ChartOfAccountsObject.<Chart of accounts name>.IsNew
Syntax:
Returned value:
True indicates a changed item has never been recorded; False indicates the item was previously recorded.
Description:
Availability:
Example:
If Object.IsNew() Then Object.Name = "New account"; EndIf; |