Forum Discussion
Workflow notification Email issue
- Jun 12, 2019
Kamal Pandey Ok, last thing to try - the last image may have a CSS class on it labeled "ms-hide" add the class into the email CSS and that might take care of the last image.
.ms-hide {display:none;}
Kamal Pandey I think the code is returning the formatted value as the Name with (Skype for Business or Lync) presence. So from that list, in the column properties, change the "Show field:" value from "Name (with Presence) to the first "Title" value in the drop down. I don't think you will need to recompile the workflow, but I think that might be what's causing the extra broken images there.
- TimLBJun 12, 2019Iron Contributor
Kamal Pandey Ok, last thing to try - the last image may have a CSS class on it labeled "ms-hide" add the class into the email CSS and that might take care of the last image.
.ms-hide {display:none;}
- Kamal PandeyJun 13, 2019Copper Contributor
Thank you so much TimLB . appreciated.
string stylehide = "<style>.ms-imnlink {display:none;} .ms-hide {display:none;}</style>";
works for me