First Screen Update Field

208 views
Skip to first unread message

besumm...@gmail.com

unread,
Oct 30, 2015, 6:40:22 AM10/30/15
to Fujitsu RunMyProcess Developer Community
Hello,
I have one field that store the number of order. But When I click in submit button I want that this number appear in the first screen. What I should add to button? Any ideas? I send the screenshots in attachments.
configuration.JPG
process.JPG
field_input.JPG

besumm...@gmail.com

unread,
Oct 30, 2015, 6:53:47 AM10/30/15
to Fujitsu RunMyProcess Developer Community, besumm...@gmail.com
Hello,
I think that is more or less this:

if (RMPApplication.validate())
{
id_text_input.setValue(internal_ref);true;

}
else
{
id_text_input.setValue("-");true;
}

But didn't work. What is wrong?

Reply all
Reply to author
Forward
0 new messages