biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / General / Sales Employees
API Sales Persons

Description

The SalesPersons object enables to define sales employees and their commision percentage.

Source table: OSLP.

Object Model

Remarks

Mandatory fields in SAP Business One: SalesEmployeeName.

To display the form in the application:

  • Select Administration -->Setup -->General -->Sales Employees.

See Also

SAP® B1 DI-API C# definition

public class SalesPersonsClass : ISalesPersons, SalesPersons { public virtual BoYesNoEnum Active { get; set; } public virtual DataBrowser Browser { get; } public virtual double CommissionForSalesEmployee { get; set; } public virtual int CommissionGroup { get; set; } public virtual int EmployeeID { get; } public virtual BoYesNoEnum Locked { get; } public virtual string Remarks { get; set; } public virtual int SalesEmployeeCode { get; } public virtual string SalesEmployeeName { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern SalesPersonsClass(); public virtual extern int Add(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( int lSlpCode); public virtual extern int Remove(); public virtual extern void SaveToFile( string bstrFileName); public virtual extern void SaveXML( ref string pbstrFileName); public virtual extern int Update(); }


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates