Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
How to SHOW HIDE FIELDS IN CURRENT SELECTION BOX? Is there any workaround?
Thanks in advance.
Thanks all , but I want to show all already hidden fields in current selection box.
Hi,
Without renaming the fields it is not possible, or you have to manually display them in Text object by using GetFieldSelections() like below
='Country - ' & GetFieldSelections(Country) & chr(13) & 'City - ' & GetFieldSelections(City )
Like this you have to display.
Hope this helps you.
Regards,
jagan.