Add | Adds a sales person employee. |
GetAsXML | Returns the object from XML data, which is stored as string in a buffer. |
GetByKey | Retrieves and sets the values of the object's properties by the object's absolute key from the Company database. |
Remove | Deletes the current record. |
SaveToFile | Save the object to a file as XML data. |
SaveXML | Saves the object data to XML formatted data. |
Update | Updates the object data in the company database. |
Active | Determines whether the sales employee is active or not.
Field name: Active. |
Browser | Returns the DataBrowser object. |
CommissionForSalesEmployee | Sets or returns the commission percentage for the sales employee.
Field name: Commission. |
CommissionGroup | Sets or returns commission group code, which is relevant to the sales employee. This is a foreign key to the CommissionGroups object. Sets or returns the commission percentage for the sales employee.
Field name: GroupCode. This is a foreign key to the CommissionGroups object. |
eMail | Sets or returns the Email of the sales employee.
Length: 100 characters. Field name: Email. |
EmployeeID | Returns the employee ID code.
Field name: EmpID. This is a foreign key to the EmployeesInfo object. |
Fax | Sets or returns the fax number of the sales employee.
Length: 50 characters. Field name: Fax. |
Locked | Returns whether or not the sales person definition is locked for update.
Field name: Locked. |
Mobile | Sets or returns the mobile number of the sales employee.
Length: 50 characters. Field name: Mobil. |
Remarks | Sets or returns the remarks related to the sales employee.
Length: 50 characters. Field name: Memo. |
SalesEmployeeCode | Returns the primary key of the sales employee as assigned by the system.
Field name: SlpCode. |
SalesEmployeeName | Sets or returns the name of the sales employee.
Mandatory property. Field name: SlpName. Length: 155 characters. |
Telephone | Sets or returns the telephone number of the sales employee.
Length: 50 characters. Field name: Telephone. |
UserFields | Returns the UserFields object. |