TaskObject.<Task name>.IsNew
Syntax:
Returned value:
True - a change of the task that has not been recorded yet; False - the task is already recorded.
Description:
Availability:
Example:
If Object.IsNew() Then Object.Name = "New task"; EndIf; |
Syntax:
Returned value:
Description:
Availability:
Example:
If Object.IsNew() Then Object.Name = "New task"; EndIf; |