![]() |
Sergey Kornilov admin 1/21/2013 |
Tim, |
T
|
Tim author 1/21/2013 |
That is what I'm using. That's why I'm coming to this forum when it's not being written to the table <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=69437&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> I'm not sure how to troubleshoot any further because it's kind of "built in". |
![]() |
Sergey Kornilov admin 1/22/2013 |
I guess you need to contact support directly providing a way to reproduce this issue. |
G
|
gdmacdo 1/22/2013 |
Create a field in your table called "user" or something like that. You can delete the field from the add page through the editor (if you do not want it displayed). That is what I'm using. That's why I'm coming to this forum when it's not being written to the table <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=69454&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> I'm not sure how to troubleshoot any further because it's kind of "built in". Thanks for your quick reply. |
T
|
Tim author 1/22/2013 |
Of course! Thanks Greg. I guess I assumed ASPRunner would write the username to that field by default because the setup page of the Advanced securities says "Field to save username in". I thought it wanted to know where to do it and then it would do it. But of course, I do it and this setup is just so it knows who owns the record, just like it was before AD integration. |
G
|
gdmacdo 1/22/2013 |
So sorry, yes - username Of course! Thanks Greg. I guess I assumed ASPRunner would write the username to that field by default because the setup page of the Advanced securities says "Field to save username in". I thought it wanted to know where to do it and then it would do it. But of course, I do it and this setup is just so it knows who owns the record, just like it was before AD integration. I believe I should use Session("UserID") instead of Session("UserName") though. I'll test. Thanks! Tim |