PCRuntimeConfiguratorValidate.validateModifiedPriceCondition Method [AX 2012]
Validates the price condition definition by using the solver and XML schema validations.
public void validateModifiedPriceCondition(
PCProductConfigurationModel _productConfigurationModel,
Common _record,
FieldId _fieldId,
PCPriceExpression _expression,
[PCRuntimePriceModelInstance _runtimePriceModelInstance])
Run On
ClientParameters
- _productConfigurationModel
- Type: PCProductConfigurationModel Table
The product configuration model that contains the price condition.
- _record
- Type: Common Table
The specified price condition to validate.
- _fieldId
- Type: FieldId Extended Data Type
The Id of the field in the record that contains the expression.
- _expression
- Type: PCPriceExpression Extended Data Type
The new expression to validate
- _runtimePriceModelInstance
- Type: PCRuntimePriceModelInstance Class
Which of the price models for the constraint model should be used.
Community Additions
ADD
Show: