Hello. I need to integrate NAV which is integrated with CRM, with my third, custom APP. I would like to create a custom View in database with some fields like NAV GUID, CRM GUID, Item Name, Item No ect.
In the CRM Integration Record Table there is defined the relationship between CRM and NAV objects, f.ex:
timestamp | CRM ID | Integration ID | Last Synch Modified On | Last Synch CRM Modified On |
0x000000000009D7D7 | 64A865FC-732B-E811-A954-000D3A246A83 | 8E148B58-7856-4553-AFCD-6AED2177026A | 2018-03-19 12:49:27.840 | 2018-03-19 12:49:43.000 |
0x00000000000A7E49 | EA6859A8-D22D-E811-A954-000D3A246A83 | D88CDC62-AB68-4AC3-B776-A5510321152F | 2018-03-28 11:31:01.990 | 2018-03-22 13:12:23.000 |
How can I get GUID of the Item Record to create my View? Is it possible?
*This post is locked for comments