Dear all,
I have created a online WD interactive form. It seems that whatever i enter into the form,it cannot be captured / retrieved. Let say i got a nodePersonalData,inside got a attribute named Employee. When i run the program,i key in "Kent". and i hit the submit button where it returns the value i key-in.
wdComponentAPI.getMessageManager().reportSuccess(wdContext.currentPersonalDataElement().getEmployee());
the above statement should return "Kent" but it reutrn nothing. I have tried a few method,it seems whatever i key in inside the interactive form,it is not captured. Any idea what's happening ? Thank you