The function environment_setting can be used to retrieve information on the Microsoft Windows context in which the model is run. The function has one parameter type TEXT which contains the setting that the function retrieves. The function result is type TEXT and holds the retrieved value.
All Microsoft Windows environment settings can be retrieves by passing their name as parameter to the environment_setting function.
Example
TEXT domain := environment_setting("USERDOMAIN")