PriceDiscResultFields.removeFieldFromPolicy Method [AX 2012]
Removes a single field from system generated or manual entry price discount change policies.
public void removeFieldFromPolicy(
FieldId _fieldId,
[boolean removeManualEntry,
boolean removeSystemEntry])
Run On
CalledParameters
- _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.
Community Additions
ADD
Show: