on ‎2022 Mar 30 2:53 PM
Hi Experts,
We are trying to fetch data in SAP Asset Manager Custom Extension using clientAPI.read method. Our Request query is as belowRequest clarification before answering.
Please look at the syntax for the clientAPI.read function. Query options are not concatenated with the Entity set name, they are passed as a separate argument in the read function. In your example it would look like this
this.samContext.clientAPI.read("/SAPAssetManager/Services/AssetManager.service", "MyEntity", [], "$filter=(FormId eq '10' and Version eq '100')").then((result) => {
You can of course use variables to pass in the arguments instead of static strings if needed based on your use case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 51 | |
| 29 | |
| 20 | |
| 10 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.