ProjectNode.loadProject Method [AX 2012]

Enables storing and retrieving custom data in the project definition when a project is loaded.

protected void loadProject(str buffer)

Run On

Called

Parameters

buffer
Type: str
A string that contains the custom data that was saved in the project by saveProject.

This method is called when a project is loaded. By overriding saveProject and loadProject, a user can store and retrieve custom data in the project definition.

You must call super() for the project to continue loading.

Community Additions

ADD
Show: