Notifications
Clear all
Topic starter
i have 2 buttons in a form. both opens 2 referral custom lists.
button CM - opens {zzzCM} custom list
buttom PM - opens {zzzPM} custom list.
Both have Type = NEWORDER.
If CM is clicked, Orders in EMR should bring up {zzzCM} custom list, and PM button should grey out. and viceversa.
Since the buttons have NEWORDER type and not RUNPROCESS, i'm not able to give it a variable name, etc.
Please help.
Posted : April 16, 2015 10:18 am
Topic starter
i figured it.
i had to change the buttons from NEWORDER type to RUNPROCESS. and add a function NEWORDER("customlistname"). i was trying without the quotes so it was'nt working,
Posted : April 16, 2015 10:38 am