I need to set up an event action that checks against the users default site…
I cannot locate the api call to check the users default site. :-/
Can someone please steer me in the right direction?
Thanks,
I need to set up an event action that checks against the users default site…
I cannot locate the api call to check the users default site. :-/
Can someone please steer me in the right direction?
Thanks,
NM Found it :-)
FYI, you can find some handy functions in the old Context Substitution Variables (even if there’s no page for them in IFS Cloud anymore). E.g.:
USER_DEFAULT_SITE: User_Allowed_Site_API.Get_Default_Site
Query to find more:
SELECT name, server_method, fnd_data_type, module, implementation_type FROM Context_Substitution_Var
If you look into the API you will see:
So the following SQL from MS via LinkedServer will run as well.
Add filter to USER_SITE_TYPE = ‘DEFAULT SITE’
HTH
Michael
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.