Recently I worked on ODATA action method. So, I have found it should be decorated with SysODataActionAttribute("OurODataActionMethodName", true or false)]
Please let me know when to use true or false as a parameter.
true or false tells you nothing indeed, but you can easily find more about what the parameter means.
First of all, look at its name: it's _isInstanceMethod.
Then you can find more details in XML documentation inside the class:
/// True – action is bound to an entity instance
/// False – action is static, i.e. bound to an OData entity set
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.