How to add flag icon in field control ?

krishnachowdary
Tera Contributor

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.

1 ACCEPTED SOLUTION

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

View solution in original post

18 REPLIES 18

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.

find_real_file.png

Hi Mark,

Thanks for your response.

I have  added the user_show_country macro name in Caller_id Attribute. please see the screen shot.

find_real_file.png

Regards,

Krishna M.

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

Hi Mark,

Its working fine .Thank you so much mark

 

Regards,

Krishna M. 

You're welcome!  Can you please mark my original response as the correct answer so that it can be easily referenced in the future?