Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Recognizing an external user in the DOCUSERS table
wolfgang
Hi,
we have a trigger on the DOCUSERS table in order to create some default folders when a user is created; now, we need to distinguish between "external" and "normal" users. Is there a way I can find an external user from the values he/she gets into the DOCUSERS table?
Regards, Wolfgang
Find more posts tagged with
Comments
sider
The literal answer to your question is: the user_nos value for external users should be 5
The more correct answer is: to use the SDK to determine this, and also use the SDK to create the folders.
wolfgang
Thank you. We will think about using the SDK for that sort of thing.