Struct.definitionString Method [AX 2012]

Returns a description of the names and types of the elements in the struct.

public str definitionString()

Run On

Called

Return Value

Type: str
A string that contains a definition of the struct.

You can use the definitionString method to create a copy of a struct by using the syntax: newStruct = new struct(oldStruct.definitionString());

Community Additions

ADD
Show: