Notifications
Clear all
Topic starter
Hi,
Please help me to open the flags window when i click a button in the VFE using MEL syntax.
Posted : May 15, 2017 12:42 am
Unfortunately I do not believe that you can do that with MEL. The only command relating to flags is MEL_SEND_FLAG(). That only allows you to generate flags. If you really needed to show this data in the form you could use a combination of a data display and RUNTEXTPROCESS(). You can use RUNTEXTPROCESS() to run a query and show the user's flags but it would only be a display of them. If you search the discussion forum I believe there is a good demo of how to use RUNTEXTPROCESS() to pull external data.
Brad
Posted : May 15, 2017 12:56 am
There's a good discussion on a related topic here:
https://centricityusers.com/forum/possible-to-display-care-alerts-in-vfe-form/
Posted : May 15, 2017 12:47 pm