Field GetRequiredFlag() Method

Used to check whether or not a field is required.

Function Signature

 int GetRequiredFlag()

Parameters

Parameter Type Description

None

Return

Type Description

int

Returns a value that corresponds to the constant FieldRequiredConstants. For details, see FieldRequiredConstants.

Technical Details

SBM ModScript version: 11.3.

Notes

This method is only useful when Field is part of a FieldList from an item that is in the process of being transitioned.

Related Topics

Field

ProjectBasedRecord StartSubmitToProject() Method

VarRecord StartTransition() Method