📚 SAP Business One SDK Help

GendersService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a gender.
Public Method DeleteDeletes an existing gender. 

The predefined genders in the system cannot be modified.

Public Method GetRetrieves a gender.

The gender is specified by its key, which is contained in the GendersParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the GendersService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the GendersParamsCollection data collection that identifies all genders.
Public Method UpdateUpdates 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.

See Also