TM1 Function for TI, ChoreAttrPutS

Uploads data to a string attribute for a Chore.

What is the ChoreAttrPutS function?

ChoreAttrPutS uploads data to a string attribute for a Chore. 

Where can the ChoreAttrPutS function be used?

TurboIntegrator

Which TM1 Server version is this function available for?

Version 11 and 12

What is the syntax for ChoreAttrPutS?

ChoreAttrPutS( StringValue, ChoreName, AttrName, [LangLocaleCode] ); ​

StringValue = The string value to be assigned to the attribute​
ChoreName = The chore that should have a value assigned​
AttrName = The string chore attribute where the string should be assigned​
LangLocaleCode = This is an optional parameter which allows you to specify the language locale code. If this is not provided, then the base attribute value is used

A demonstration on how to use ChoreAttrPutS

Use ChoreAttrPutS to upload data to the attribute, String Chore Attribute, for the Cub.GeneralLedger.Demo chore.