📚 SAP Business One SDK Help

Update Method
See Also 
pICESTCodeData
The data for the CEST code to be updated. The CESTCodeData object must contain the key of the object to be updated.

Description

Updates an existing CEST code.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pICESTCodeData As CESTCodeData _
) 

Parameters

pICESTCodeData
The data for the CEST code to be updated. The CESTCodeData object must contain the key of the object to be updated.

See Also