This is the documentation for Clover Club 12.0.
Documentation for the upcoming version Rampur 13.0 can be found here.
SAP C4C - Create Custom Field
This article shows how to create a custom field which contains Customer ID from a Pricefx partition. This field can then be used for customer lookups in SAP C4C.
Example of a custom field with a value:
Steps:
Log into SAP Cloud Application Studio.
Select solution where you want to add a new field (in our case Account).
Â
Right click the top node and select Add > New Item.
Â
Select Business Object Extension.
Â
Select a space in which you want to have your field.
Â
Define your field (PFXCustomerId in our case).
Â
When done, right click the object and select Activate.
Â
Go to C4C and navigate to the intended location, enter Adaptation mode (our case, Accounts section).
Â
Select form where the field needs to be added (Account details in our case).
Â
Drill down your field.
Â
Make the field visible.
Â
The field is added to the page.
Â
For details how to make this field accessible via OData see SAP C4C - Make Custom Field Accessible via OData.