Form-fields with CRMScript

lock
push_pin
done
Answered
1

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?

28 Sep 2018 | 12:00 AM

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