AxContactPerson.parmDecision Method [AX 2012]

Gets or sets the Decision parameter.

Syntax

public smmDecisionId parmDecision([smmDecisionId _decision])

Run On

Called

Parameters

Return Value

Type: smmDecisionId Extended Data Type
The value of the Decision parameter.

Remarks

You can pass the _decision parameter by using the Decision field in the ContactPerson table. The Decision field is based on the smmDecisionId extended data type.

Examples

The following example shows a parmDecision method call.

    ContactPerson contactPerson; 
    AxContactPerson axContactPerson = AxContactPerson::newValidateInput(); 
    ; 
 
axContactPerson.parmDecision(contactPerson.Decision);

See Also

Reference

AxContactPerson Class