WebServiceActionContext.SetObjectType(ObjectType) Method
Version: Available or changed with runtime version 2.0.
Sets the object type.
Syntax
WebServiceActionContext.SetObjectType(ObjectType: ObjectType)
Parameters
WebServiceActionContext
Type: WebServiceActionContext
An instance of the WebServiceActionContext data type.
ObjectType
Type: ObjectType
The new object type.
Example
actionContext.SetObjectType(ObjectType::Page);
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