Update
int CSaleOrderPropsValue::Update( int ID, array arFields );
The method Update replaces the values of the specified property value with the new ones.
Parameters
Parameter | Description |
---|---|
ID | The order property value ID. |
arFields | Associated array of the new property value parameters whose keys are the
order parameter names, and values are the parameter values. The following values are possible:
|
Returned values
Returns the ID of an updated value or false otherwise.
Example
<? CSaleOrderPropsValue::Update(8, array("CODE"=>"ADDRESS")); ?>
© «Bitrix24», 2001-2024