Share via


SIGStorableDocument.getSigneeId Method [AX 2012]

Gets information about a signee ID that is stored in the class.

Syntax

public SIGSigneeId getSigneeId()

Run On

Called

Return Value

Type: SIGSigneeId Extended Data Type
SIGSigneeId

Remarks

This is a required method for classes that implement this class.A class variable should be declared to store the signee ID and be a SIGSigneeId extended data type.

See Also

Reference

SIGStorableDocument Interface