Skip to Content
0
Jan 09, 2023 at 05:33 PM

DynamicCRM Migration from SAP PO (Advantco Consultancy) to SAP CPI (Rojo Consultancy)

450 Views

I am working on POC of migrating Dynamic CRM Iflows from SAP PO to CPI. In PO, Advantco Consultancy is providing this Dynamic CRM service but since it’s started charging for it’s services,

So As per client request we are trying to leverage the same functionality by Rojo Consultancy in CPI which is free of cost.

I have generated the source XSD from PO and Target XSD from Rojo Dynamic CRM Workbench for Account entity and done the graphical mapping in CPI, there are 3 lookup fields where we need to pass the Fetch XML /OData query embedded in those fields to CRM Account entity.

We have done the comparison with Rojo and Advancto Dynamic CRM services of entities . We found that advancto providing the Fetch xml schema in xsd for all entities but for Rojo we are not able to generate fetch XML from Workbench. Fetch xml query is mainly used to do internal lookup at Dynamic CRM and it need to be send as embedded xml in lookup field.

Rojo consultancy also providing the OData query alternative to Fetch XML, we have tried that too but it also not working.

Could you please help me on this.