In Debug mode, i can see two fields which are empty. But, one field is of type Cstring{3} and other field is of type Cstring{0}. How to convert the field from Cstring{0} to Cstring{3}?
In this blog, we are going to see how to restrict the business users from reading or editing the data in Business ByDesign
There are two ways to configure access restrictions to the Business Users.
Creating a Business Role and assigning it to Bus...
Overview:
In this blog post, we are going to see how to create Service Request and its Item details ( Item, Attachments, Involved Parties) using the Odata function Deep Insert in SAP Cloud for Customer system.
Answers to expect from this post?
H...
Overview:
In this blog post,we are going to see how to send a Odata Batch Request to the SAP Cloud for Customer system using POSTMAN Tool.
Answers to expect from this post?
How to use batch request in the POSTMAN Tool
What all are the Pre-requ...
Hi Ahmed,Kindly check the below documentation:https://help.sap.com/docs/SAP_CLOUD_FOR_CUSTOMER/5d3ae4aa1f174b2cb6ec625c93ef8884/1bbdc2934a8e4d53a36a748a1d7aa7c1.htmlRegards,Palani.
Hi Tobias,In C4C Odata, Logical operator AND only works when used between different properties.Supported:$filter=OpportunityID ge 'YYYY' and Name/content eq 'Test'Not Supported:$filter=PartyID ge 'ZZZZ' and PartyID le 'XXXX'(YYYY represents the ID of...
Hi Hanumath,I have used a similar URL as below and it was working for me.https://myXXXXX.sapbydesign.com/sap/byd/odata/cust/v1/readpicktasksdata/SiteLogisticsTaskDataCollectionRootQueryByElements?$filter=SLTaskStatus eq '1' and ActivityType eq '02'Th...