TM1 Function for TI, ProcessAttrPutS

Upload to a string attribute for a process.

What is the ProcessAttrPutS function?

ProcessAttrPutS upload to a string attribute for a process.

Where can the ProcessAttrPutS function be used?

TurboIntegrator

What is the syntax for ProcessAttrPutS?

ProcessAttrPutS(string, ProcessName, AttributeName, [LangLocaleCode] );​

​String = String to be set as string attribute.​

ProcessName = Process to have the string attribute set.​

AttributeName = Name of the attribute to receive the value.​

LangLocaleCode = Specifies the language code the attribute will be loaded (ISO 639-1). If blank or ignored, TM1 will update the base attribute value. Note:  The list of valid LangLocaleCode values can be found on the dimension ‘}Cultures’

A demonstration on how to use ProcessAttrPutS

Use ProcessAttrPutS to upload data to the Description attribute, against the TrainingProcess process.