DOCommercePropertyBag::saveValue Method
Saves the value of a property
Syntax
client server public static void saveValue(DOCommercePropertyName propertyName, DOCommercePropertyValue propertyValue)
Run On
Called
Parameters
- propertyName
Type: DOCommercePropertyName Extended Data Type
The name of the property.
- propertyValue
Type: DOCommercePropertyValue Extended Data Type
The value of the property.
Remarks
We use a bounded string with a numeric limiter because Microsoft Dynamics AX does not allow for unbounded string values in where clauses.