Mail s

Hi community,

 

Hope all are keeping well!

 

Does anyone know if we can remove some of the sections from Mail panel as in the attached picture if we're not using

 

Please kindly advise what can be done

Many thanks

File attachments
Like 0

Like

1 comments
Best reply

Dear Minh, 



If you don't use some of these connections at all you can delete connection between activity and connected object in EntityConnection table. 



In case if you still want to use some of the connections from the list for other Activity Types you can try to override method responsible for forming this dropdown. 

In OOB it's defined in EntityConnectionLinksUtilities mixin. And loadEntityConnectionColumns is the method that loads these column.

The list is being formed with an ESQ and you can try to change the filter condition for it in overriden mixin.



Kind regards,

Roman

Dear Minh, 



If you don't use some of these connections at all you can delete connection between activity and connected object in EntityConnection table. 



In case if you still want to use some of the connections from the list for other Activity Types you can try to override method responsible for forming this dropdown. 

In OOB it's defined in EntityConnectionLinksUtilities mixin. And loadEntityConnectionColumns is the method that loads these column.

The list is being formed with an ESQ and you can try to change the filter condition for it in overriden mixin.



Kind regards,

Roman

Show all comments