DOCommercePropertyBag::findValue Method
Gets the value of a stored property.
Syntax
client server public static DOCommercePropertyValue findValue(DOCommercePropertyName propertyName, [boolean _forupdate])
Run On
Called
Parameters
- propertyName
Type: DOCommercePropertyName Extended Data Type
The name of the property.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
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.