NumberSeqFormHandler.constructNumberSeqFromClassId Method [AX 2012]
Creates an instance of the NumberSeq class from the class ID.
Syntax
protected void constructNumberSeqFromClassId(ClassId _classId)
Run On
Called
Parameters
- _classId
Type: ClassId Extended Data Type
The class ID for which to use to create the instance of the NuberSeq class.
Exceptions
Exception | Condition |
---|---|
Error | Raised when the class ID is unknown. Modify this method when you extend the NumberSeq and want to work with the NumberSeqFormHandler class. |
Remarks
This class supports inheritance from the base class.