Page 1 of 1

Added Column with Icons

Posted: Sat Jun 10, 2017 4:16 am
by perci100

Is there any way I can add a column to a list page for all leads, I want to put icons in this column , 3-4 of them , they will indicate different things for that record. So if the value of that row has field membership = 1 an icon will show in the added column signifying that person is a member.


Re: Added Column with Icons

Posted: Sat Jun 10, 2017 11:01 am
by arbei

You can add your icons as the list options in "ListOptions_Load" Server Event, then control their visibility based on the value of other fields in "ListOptions_Rendered".

Read the example in help file topic: "Server Events and Client Scripts" -> "ListOptions_Load" and "ListOptions_Rendered" for more information.


Re: Added Column with Icons

Posted: Tue Jun 20, 2017 1:06 am
by perci100

awesome , thank you , Starting to understand all these functions. Its soo flexible though when you finally get it.