05-05-2014 07:35 PM
Surely I'm not the first to realize that once you create a new user in a SalesLogix Web based environment (7.5.x, 8.0.x, 8.1.x), the user option table has not been populated with the userid.
In order to populate it, you should log on into SLX Web Client with the user, change something at User Option Level, save and Voilà!
So, if you don't use remote users, a workaround to solve it is creating a DB Trigger (After Insert on UserInfo). In that way, anytime you create a user, the trigger will insert records into useroptions table, based on the "User Info template" defined within the trigger.
Although it seems that the problem was solved, I have many unanswered questions:
Regards,
Manuel