on 2020 Sep 14 9:41 PM
Request clarification before answering.
Hi,
If a field is marked as ReadOnly in Repository Explorer then it cannot be updated via SDK.
However, I see that field can still be updated via OData using the following endpoint and payload with HTTP PATCH method:
https://my30XXXX.crm.ondemand.com/sap/c4c/odata/v1/c4codataapi/EmployeeCollection('00163E1851711ED6AB912872BEC66BE2')
{
"EmployeeValidityEndDate":"2021-12-31T00:00:00"
}
Hence my recommendation is to call C4C odata from SDK using external web service integration and update the business user or employee details.
BR
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Field property-based changes can be transported using the transport management feature of SAP Cloud for Customer. To see how it works please check https://help.sap.com/viewer/5d3ae4aa1f174b2cb6ec625c93ef8884/CLOUD/en-US/901fd140-fdae-4f19-9b1b-000... .
However, changes related to communication system and arrangement needs to be reconfigured in PROD becasue endpoints for production and test system will be different.
User | Count |
---|---|
77 | |
22 | |
9 | |
7 | |
6 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.