- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2018 12:29 PM
Hi Team,
Could you please provide me the solution for below requirement.
How to add flag icon in field control .
for example :
User is india --display india flag
user is USA -- display USA flag.
Through ui macros
.Could you please provide me the solution for this requirement
Thanks in ADV.
Regards,
Vamsi M.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2018 08:27 AM
You have multiple reference attributes there.
1) ref_contributions
2) tree_picker
Reference attributes are separated by commas. If you have multiple items for one attribute (like 'user_show_country' and 'user_show_incidents'), those should be separated by semicolons. In order to maintain current functionality and add another macro your 'Attributes' field value should look like this..
ref_contributions=user_show_country;user_show_incidents,tree_picker=true

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2018 07:15 AM
How about the 'caller_id' field dictionary entry? Have you added the 'ref_contributions' attribute there yet? You can right-click the 'Caller' field label and select 'Configure dictionary' to get to the dictionary. Then you'll need to click the 'Advanced view' link if you don't see the 'Attributes' field. Your 'caller_id' Attributes field should look like this. Please send me a screenshot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2018 08:04 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2018 08:27 AM
You have multiple reference attributes there.
1) ref_contributions
2) tree_picker
Reference attributes are separated by commas. If you have multiple items for one attribute (like 'user_show_country' and 'user_show_incidents'), those should be separated by semicolons. In order to maintain current functionality and add another macro your 'Attributes' field value should look like this..
ref_contributions=user_show_country;user_show_incidents,tree_picker=true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2018 08:39 AM
Hi Mark,
Its working fine .Thank you so much mark
Regards,
Krishna M.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2018 08:55 AM
You're welcome! Can you please mark my original response as the correct answer so that it can be easily referenced in the future?