ProcessAttrPutS
ProcessAttrPutS assigns a value to a string process attribute.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
ProcessAttrPutS(String, ProcessName, AttrName, [LangLocaleCode] );
Argument |
Description |
---|---|
String |
The string you want to assign to a process attribute. |
ProcessName |
The process for which you want to assign an attribute value. |
AttrName |
The attribute whose value you want to assign. |
LangLocaleCode |
This optional parameter specifies the language locale code to which the NumericValue applies. Valid LangLocaleCode values correspond to the ISO 639-1 international language codes listed in the }Cultures control dimension. When the LangLocaleCode is not specified or is omitted, the base attribute value is updated. |
Example
This example assigns the string value Ricci to the Owner attribute of the Import_Transactional process, for the French language locale code.
ProcessAttrPutS('Ricci', 'Import_transactional', 'Owner', 'fr');