PCTableConstraintGlobalUpdateHandler.update Method [AX 2012]

Updates the table constraint.

public NoYes update(str _xml, PCGlobalTableConstraintDefinition _tableConstraint)

Run On

Server

Parameters

_xml
Type: str
An XML-formatted string that reflect the table constraint.
_tableConstraint
Type: PCGlobalTableConstraintDefinition Table
A PCGlobalTableConstraintDefinition table buffer.

Return Value

Type: NoYes Enumeration
NoYes::Yes if the update was successful; otherwise NoYes::No.

Community Additions

ADD
Show: