📚 SAP Business One SDK Help

HolidayService Object Members
See Also  Overview 

Public Methods

Public Method AddHolidayAdds a new holiday.
Public Method DeleteHolidayDeletes an existing holiday.
Public Method GetDataInterfaceCreates an empty data structure for use with the HolidayService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetHolidayRetrieves a holiday.

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

Public Method GetHolidayListReturns the HolidaysParams data collection that identify all holidays.
Public Method UpdateHolidayUpdates an existing holiday.

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

See Also