PriceDiscResultFields.removeFieldFromPolicy Method
Removes a single field from system generated or manual entry price discount change policies.
Syntax
public void removeFieldFromPolicy(
FieldId _fieldId,
[boolean removeManualEntry,
boolean removeSystemEntry])
Run On
Called
Parameters
- _fieldId
Type: FieldId Extended Data Type
The field ID that is in question.
- removeManualEntry
Type: boolean
A Boolean value that specifies whether the passed field ID should be removed from a manual entry price discount change policy; optional.
- removeSystemEntry
Type: boolean
A Boolean value that specifies whether the passed field ID should be removed from a system generated price discount change policy; optional.