int CSaleOrderPropsValue::Update( int ID, array arFields );
The method Update replaces the values of the specified property value with the new ones.
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:
|
Returns the ID of an updated value or false otherwise.
<? CSaleOrderPropsValue::Update(8, array("CODE"=>"ADDRESS")); ?>
© 2001-2005 Bitrix | Bitrix Site Manager |