ChartOfCalculationTypesObject.<Chart of Calculation Types name>.IsNew
Syntax:
Returned value:
True - the calculation type being changed has never been written; False - the calculation type is already written.
Description:
Availability:
Example:
If Object.IsNew() Then Object.Name = "New calculation type"; EndIf; |