Question

MKB Brandstof
MKB Brandstof
NL
MKB Brandstof
Posted: 2 days 15 hours ago
Last activity: 2 days 8 hours ago
Last activity: 25 Aug 2025 10:43 EDT
Bulding a custom DMS task that asks user for dynamic parameters
I am trying to implement a Custom DMS Task that requests the value of the dynamic parameters.
I've been trying to follow the following instructions:
However I have the feeling it misses some key information:
- Below "Add callback for user inputs" in the screen shot under 2. it shows that the JSON request is copied from Param.jsonData however it doesn't say how to populate this property. What is the specific .pxObjClass I need to use to fill this parameter as JSON?
- Next "Capturing user inputs" shows how the user should enter the dynamic properties, but it does not say how the custom task handles the users response. I assume that DMS calls the environment again and is handled by the DMTaskProcessor queue. Is the RunTask activity run again or is another activity required?
Could you help me fill in the blanks?