Hi,
I created a form with new SuperOffice Forms -tool and tried to use CRMScript with it. My problem is how to access form-fields from CRMScript?
All Replies (1)
After reading forum more and testing a little bit, solution was:
EventData ed = getEventData();
Map inputs = ed.getInputValues();
inputs.get(field_name);
1 Oct 2018 | 12:00 AM
Add reply
info
Please log in to post a reply.