📚 SAP Business One SDK Help

Update Method
See Also 
pIGender
The data for the gender to be updated. The Gender object must contain the key of the object to be updated.

Description

Updates an existing gender. The predefined genders in the system cannot be modified.

The data for the gender, including the key of the gender to be updated, is contained in the Gender object passed to the method. To update a gender, you must first retrieve it using the Get method.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIGender As Gender _
) 

Parameters

pIGender
The data for the gender to be updated. The Gender object must contain the key of the object to be updated.

See Also