cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is it currently possible to get perfect store visit data in PDI?

Former Member
0 Likes
548

Hello colleagues,

We are looking for opportunity to retrieve visit's score value and use it in PDI solution. But we colundn't find the way to get this data. Is it possiblle for now on?

Regards,

Dmitry

Accepted Solutions (1)

Accepted Solutions (1)

former_member226
Employee
Employee

Hi,

Unfortunately, BO field related to Visit Score is not PSM released hence it is not possible to access this value directly within PDI.

However as a workaround, you can try to leverage c4codataapi and call this API within your PDI solution ABSL script. By calling following URL you should be able to retrieve the score value for visit ID 1234:

https://my30XXXX.crm.ondemand.com/sap/c4c/odata/v1/c4codataapi/StoreValuationCollection?$filter=Refe... eq '1234'

Answers (1)

Answers (1)

Former Member

Thank you for answer. Followed it I created REST service using a link you mentioned above. Then invoked this service via ABSL and parsed returned xml to get necessary value. Worked fine.