TM1 Function for TI, ChoreAttrPutN

Uploads data to a numeric attribute for a Chore.

What is the ChoreAttrPutN function?

 ChoreAttrPutN uploads data to a numeric attribute for a Chore. 

Where can the ChoreAttrPutN function be used?

TurboIntegrator

What is the syntax for ChoreAttrPutN?

ChoreAttrPutN(NumericValue, ChoreName, AttrName, [LangLocaleCode] ); ​

NumericValue = The numeric value to be assigned to the attribute​
ChoreName = The chore that should have a value assigned​
AttrName = The numeric chore attribute where the value 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 ChoreAttrPutN

Use ChoreAttrPutN to upload data to the attribute, Numeric Chore Attribute, for the Cub.GeneralLedger.Demo chore.