Share via


PdsComdPricingTemplateCopy.validate Method [AX 2012]

Validates that the arguments required to perform the copy operation between the templates are correct.

Syntax

public boolean validate([Object _calledFrom])

Run On

Called

Parameters

  • _calledFrom
    Type: Object Class
    The object that called the current method.

Return Value

Type: boolean
true if the validation was successful; otherwise, false.

Remarks

The validation method is redirected from this method to be performed on the server.

See Also

Reference

PdsComdPricingTemplateCopy Class