WebServiceActionContext.SetObjectId(Integer) Method
Version: Available or changed with runtime version 2.0.
Sets the object ID.
Syntax
WebServiceActionContext.SetObjectId(ObjectId: Integer)
Parameters
WebServiceActionContext
Type: WebServiceActionContext
An instance of the WebServiceActionContext data type.
ObjectId
Type: Integer
The new object ID.
Example
actionContext.SetObjectId(Page::SalesInvoiceCopy);
For a complete code example, see Creating and Interacting with an OData V4 Bound Action.
Related information
WebServiceActionContext Data Type
Creating and Interacting with an OData V4 Bound Action
Get Started with AL
Developing Extensions