Share via


AxContactPerson.parmCharacter Method [AX 2012]

Gets or sets the Character parameter.

Syntax

public smmCharacterId parmCharacter([smmCharacterId _character])

Run On

Called

Parameters

Return Value

Type: smmCharacterId Extended Data Type
The value of the Character parameter.

Remarks

You can pass the _character parameter by using the Character field in the ContactPerson table. The Character field is based on the smmCharacterId extended data type.

Examples

The following example shows a parmCharacter method call.

    ContactPerson contactPerson; 
    AxContactPerson axContactPerson = AxContactPerson::newValidateInput(); 
    ; 
 
axContactPerson.parmCharacter(contactPerson.Character);

See Also

Reference

AxContactPerson Class