ProjectNode.created Method [AX 2012]

Enables the ability to perform custom actions on a project when a new instance of the project is created.

protected void created(str name)

Run On

Called

Parameters

name
Type: str
The name of the project instance.

This method is called when a new instance of the project is created. Override this method to perform custom actions on your project.

Community Additions

ADD
Show: