Hello Everyone,
I have a requirement, where i need to add 3 custom fields to the CRM_BUPA_ODATA service.
Steps Followed to Achieve the above Requirement
1. Added 3 custom fields in the extension include ( CRMT_BP_ODATA_ACCOUNT_INCL)
2. Created an empty Project (ZCRM_PROJECT) and redefined with CRM_BUPA_ODATA GW service.
3. Added 3 fields in the Entity set Accounts in the New project.
4. Redefined all the runtime methods in data provider extension class.
5. Redefined Define method in MPC Extension class and appended 3 fields to the CRMT_BP_ODATA_ACCOUNT Structure.
Issues :
When i am trying to execute the new service (ZCRM_ACCOUNTS). it is not able to identify the Entity sets.
It throughs an error saying that 'Resource Not Found for Account Collection'
Can you please give some ideas to resolve this issue.
When i am trying to debug the ODATA service, it is not reaching the DATA provide class.
Appreciate your time and help!!!!
Thanks & Regards,
Manjari.