📚 SAP Business One SDK Help

AccountSegmentations Object
See Also  Members 

Description

The AccountSegmentations object represents the account segments in the Financials module. The default segments are: Division, Region, and Department.

When creating a new company, before defining any accounts, this object enables you to:

  • Add up to 10 segments.
  • Retrieve a segment by its key.
  • Update a segment.
  • Save the object in XML format.

After creating an account with segments, you can modify only the segment Name.

Source table: OASG.

Object Model










Remarks

Applicable only when the EnableAccountSegmentation property of the CompanyInfo object is set to Y.

Account segmentation is used mainly in USA.

To display the form in the application:

  • Select Administration --> Setup -->Financials -->Account Segmentation.

See Also