cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
257
Views
3
Helpful
1
Replies

Calling Methods from a DLL with CRS Script

michael.tanner
Level 1
Level 1

I have a DLL which can be used to access data from an other application. I am looking for a simple solution to call methods contained in this DLL directly from my CRS script. Any suggestions? Thank you!

1 Reply 1

sthallik
Level 1
Level 1

I don't know of the ability to call API's directly from the CRS Script. I would advise you to create Java beans/objects to call the API's and then use the java objects in the CRS script. That should be easy.