📚 SAP Business One SDK Help

DimensionsService Object Members
See Also  Overview 

Public Methods

Public Method GetDataInterfaceCreates an empty data structure for use with the DimensionsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetDimensionRetrieves a dimension.

The dimension is specified by its key (DimCode), which is contained in the DimensionParams object passed to the method.

Public Method GetDimensionListRetrieves the keys and names of all the dimensions.
Public Method UpdateDimensionUpdates an existing dimension.

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

See Also