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

Description

Retrieves and sets the values of the object's properties by the object's absolute key from the Company database.

Syntax

Visual Basic
Public Function GetByKey( _
   ByVal lSlpCode As Long _
) As Boolean

Parameters

lSlpCode
SalesEmployeeCode.

Return Type

If the object with the key you specified is found, the method returns True and the properties of the object will be filled with object's data.

If the object with the key you specified is not found, the method returns False and the properties of the object remain unchanged.

Remarks

To use this method you must specify the object key.

You can also use this method to find whether or not there is an object related to the key you specify.

If you do not know the object key, you can use the DataBrowser object to retreive an object using more complex queries.

Example

See Also



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