EcoResCategoryAttribute.pcGetSetMandatoryModifier Method
Creates or deletes a modifier of the Mandatory type depending on the specified value.
Syntax
edit PCHasMandatoryModifier pcGetSetMandatoryModifier(boolean _set, PCHasMandatoryModifier _value)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that indicates whether to create the modifier.
- _value
Type: PCHasMandatoryModifier Extended Data Type
The current value when the set parameter is true.
Return Value
Type: PCHasMandatoryModifier Extended Data Type
The value of the NoYes::Yes enumeration value if the category is to have a modifier of Mandatory type; otherwise, a NoYes::No enumeration value.
Remarks
This edit method is used in the PCProductConfigurationModelDetails form.