How to add a custom property in service creation via automation script?

Dear Apurva, As far as I know, You can use the class library in your Automation script and can get/set the values. https://docs.dataminer.services/develop/devguide/ClassLibrary/ClassLibraryIntroduction.html Example:- https://docs.dataminer.services/develop/devguide/ClassLibrary/ClassLibraryExamples.html //Read IDms myDms = engine.GetDms(); …

Namespace missing

HttpClient lives in the System.Net.Http.dll assembly which is not referenced by default in SLScripting (the process which is executing the QActions) so you need to tell the QAction where you’re …

Surveyor Cleanup – Using Surveyor more efficiently

Hi David – great question, a properly structured well-organized system is the foundation of an efficient operation, and ideally you can accomplish that with as little effort as possible. While …

Issue with Cloud Connection

Hi, It appears as though you are trying to renew your DMA with a cloud identity that has been removed from dataminer.services. This can happen if you remove your DMA …

Is it possible to rename an exist PTP domain?

Hi, Yes, it is possible to do so by navigating to the Admin page in your Application Visual Overview and clicking the SET… button and providing a new name You …