Question
RABO BANK
NL
Last activity: 1 Mar 2016 13:26 EST
Regarding Expression Builder
Hi Team,
I want to display a warning massage on the click of button, can i use expression builder, if yes can i know the steps for configuration.
Thanks
Suresh Chella
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
US
Suresh,
I think a bit more elaboration would help us to answer your questions. What exactly are you trying to do here? Attach some screenshots if possbile.
thanks,
Kevin
RABO BANK
NL
HI Kevin,
Good to see your reply.
Too add that , user submitting a from which is a Model dialog, on click submit button i wanted display a confirmation message , we cant display one more Modal dialog on top of a Modal dialog for confirmation . so can we use Expression builder
Thanks
Suresh Chella
Process 360
IN
Can you try having two sections(the other section is for confirmation message) inside a single section place visibility condition on each section. Hide the default flow action buttons and place a normal button . On Click of button refresh section and run post activity and set the make the visibility condition for confirmation section true.
RABO BANK
NL
Nice thought but i have to check with business, if they want see the filled form during the confirmation.
Pegasystems
US
You said you don't want to pop up a second modal on top of the first for confirmation. Can you arrange for the first to be done and gone before you pop up the confirmation ?
/Eric
RABO BANK
NL
Hi Eric,
Can you please elaborate
Thanks
Suresh
virtusa
IN
see u can use the edit validate rule it gives some information on the top and then u can use model dialog so that u will meet the requirment
Pegasystems Inc.
IN
You have two options:
1. One you close the first modal dialog and show another for confirmation/Warning message
2. In the same modal dialog, include one more section on top with hidden condition. When a warning is raised, show the section.
You can implement one of them according to the requirement.
Pegasystems Inc.
US
Suresh
If you want a confirmation message on top of a modal dialog, you can write a custom JS script that will either display a Confirm message or Alert message.. On click on of the button in the modal dialog, you can call the JS function which will in turn display the alert.