You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm syncing data (especially events like Web page, offline interactions, etc )to SFDC and want to only use one CMT. in my event table I have a column that indicates the type of event (Webinar, Offline visits, etc) and I can easily generate the icon / background color in code.
It would be nice if I could use a field of the (custom) object like event_type_icon__c to pick the icon. event_type_icon__c will be a path to the icon obv.
The text was updated successfully, but these errors were encountered:
Hello @sylg , thank you for submitting an issue we appreciate your time. We will take a look and give you an update as soon as we can. We aim for a 72 hour response time.
This has now been addressed on the code base. Scheduled to be packaged in the AppExchange version in January. Feel free to check it out in a scratch org. Details here.
Is your feature request related to a problem? Please describe.
I'm syncing data (especially events like Web page, offline interactions, etc )to SFDC and want to only use one CMT. in my event table I have a column that indicates the type of event (Webinar, Offline visits, etc) and I can easily generate the icon / background color in code.
It would be nice if I could use a field of the (custom) object like
event_type_icon__c
to pick the icon. event_type_icon__c will be a path to the icon obv.The text was updated successfully, but these errors were encountered: