In the previous version of Enate, we utilized the following API to update the DataDictionary field, which functioned as intended –
However, following the upgrade on the UAT instance, this API is no longer operational as it is classified as an internal API.
We require this API to update the Datafields. Within GroupM, we have datafields such as VendorList and PubzonDetails that necessitate frequent updates.
The process is outlined as follows -
  1. GroupM users input the pub details and vendors into SharePoint.
  2. A separate process retrieves the most recent list from SharePoint and synchronizes it with the database table.
  3. Ultimately, the UiPath process accesses the list from the database table and updates the Enate list. For any invoice processing on Enate, these lists must include the updated items added to SharePoint.