GetPrimaryKey(Entity=String): Object
Get Primary Key Web Service Function returns the primary key for an entity subobject.
GetPrimaryKey function syntax has these named arguments:
Parameter |
Description |
Entity |
Required. Enter the entity in the form Entity.Subobject. |
See Web Service Functions for sample code to access Web Services. Sample web service end point syntax is:
Response = MakeCall("GetPrimaryKey(Entity=JCTRANSACTION.Line)")