|
Function "SetSubdomain()" |
|
|
Sets a security sub domain property for the active user. Once a subdomain is set it remains the same during the user session or until another SetSubdomain() function is used. Syntax: SetSubdomain(subdomainname)
Parameters: subdomainname the name of the sub-domain.
Completion Codes: 0: Normal completion 12: Syntax error or Security Broker error
Example: SetSubdomain(FIRM_ID) SetSubdomain('8') Note: The value set with this function will be available to the security brokers as the variable '@{subdomain}'. For instance if you are developing your own bsp file you can use it as follows:
|