Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Invoke a RESTful service from a validation in DRM

Hi
I am trying to add a custom script validation to a field by invoking a RESTful service (which would return true/false). Could someone give pointers on how to create XHR objects or make ajax calls from DRM script validation.
Thanks
Answers
-
I am not yet sure if this is a possibility, i am aware that there has been some changes in the latest version which gives additional capabilities to DRM to read values externally but it is still a grey area for me.
-
Hi,
we are trying to do something similar. Basically I have an external application which will be loaded from DRM. Since this application will be used by other countries as primary tool, I need to create unique IDs from that application. Hence I was trying to set up a property definition with javascript to call the webservice and retrieve nextID.
Sadly it seems, using anything but the DRM Objects in Javascript property is impossible. Any help is appreciated.
Thanks & BR
Philipp
-
The DRM Rest web service was designed to enable the EPM Mobile app for DRM (Data Governance specifically). It was not intended for use outside of the mobile app therefore an API document is not currently available.