BLOMASKY wroteThe purpose is to give you a name to close a window. I use this so when I open a tab and don't want duplicates, to have my process say CLOSE TAB 'BrucesTab' prior to opening a new tab. (Different from the option to not open multiple tabs).
Bruce
Yeah I am just struggling to understand how this works.
For example if I have a grid of Customers with an Operation on Record to open a tab with extended details. If I can only use a string and not a BO Attribute I am limited to calling that ID 'Customer' or some such, if I then open 5 different customers in tabs they would all have the same ID, 'Customer' no? So if I call CLOSE TAB('Customer') does this not close all five of those Tabs?
Seems like this should be parameterised to allow specific tabs to be closed. But if you try that you will get all kinds of parser errors when you run it.