Cireson Partners, Customers and Community members share your customizations and examples here to help benefit the community as a whole to earn Kudos and badges.
DISCLAIMER
All files and projects located here are provided and come "as-is" and without any warranty or support. Use at your own risk. Your use of Community Uploads is subject to our Terms of Use.
Cireson does not and will not support or maintain these enhancements, extensions, and scripts.
For Team Cireson uploads click here.
Comments
I've actually just done this, but not in the same way, that Martin was going to do it. You can add this snippet in the beginning of the
GetCommentHtml
function, replace the string with your service account name (remember domain and escape the backslash with another backslash), and it'll hide entries from the workflow account for non-analysts. If you want it for analysts too, just delete the whole firstif
on the third line.Regards
G
I believe our users would very much like the functionality of the auto-expanded comments, hopefully I can get this working for them
So removed everything from custom.js except the custom Action log and it loaded fine. Added it to our PROD and it loaded fine as well. Seems our DEV enviro is out of control and needs a refresh
@Brian_Wiest I've been trying to get rid of the input from the workflow account in the action log using your customization above, but it still shows up in the action log. I have added the domain and the username of the workflow account on Line 53 as well as the display name of the account. Am I missing something in the modification in order to get it to work as expected?
@Joakim_Normann
Brian's code does not hide the workflow comments, it just marks them separately. But you can add
display: none;
to theli.workflowaccnt
ruleset in the css, to make it hide the comment.@Konstantin_Slavin-Bo Thanks for clearing that up. I misunderstood the code and thought that it would remove the workflow comments. I did as you suggested and now the comments from the workflow account is hidden which makes the action log look more clean. Thanks for the tip! :)
This is such a massive improvement, thank you so much guys! Is there a way I can suppress the "No Comment(s) Available" lines so they don't actually appear on the page at all? I'm no good at CSS so don't really know how to achieve this.
@Matt_Overton You'll need to rewrite line 50 in the .js file a bit, such that it returns an empty string, if there's no comments. This should work:
Replace line 50 with those two lines.
@Konstantin_Slavin-Bo This is perfect, thank you! It's looking so good now, this is just brilliant! :)
Just got to test this in our lab environment , this is truly awesome. Any idea however, on how to make this load / work on the new activity pages in introduced in 9.6.1 as well please? (You can have actionlog enabled there as well but it's not loading there) 😊
I'd be VERY grateful if you could help me out with this ☺️
Also noticed as of now that the contents of Send Email are mapped to the actionlog as "undefined" , any help on this as well?
Currently known @Gabriel_Lences. PR98305
Thanks for clearing that up Adam, thought it had to do something with the customization :)
I've noticed there's a new feature in the latest portal that allows you to edit action log entries you've added before clicking Save/Apply (with a little pencil icon next to them). Is there any way to make that work with this customisation? I'm loathe to go back to the classic action log if I can avoid it...