Home Analyst Portal

SendEmail - Populate 'Add Message to action Log'

Steve_BarnardSteve_Barnard Partner IT Monkey ✭

Hi,

I have a customer who would like the check box 'Add Message to Action Log' to be checked by default. I've looked at the controller.js file in C:\Inetpub\CiresonPortal\Scripts\Tasks\SendEmail. You can change the addtolog: false; to true but this doesn't achieve the desired result.

Is there a way of implementing this?

Thanks

Steve


Best Answers

Answers

  • Steve_BarnardSteve_Barnard Partner IT Monkey ✭

    Hi Geoff,

    This code actually removes the two check boxes. I guess the .hide parameter is doing this? Which bit of code do I need to change/remove to stop that from happening?


  • Steve_BarnardSteve_Barnard Partner IT Monkey ✭
    Changed .hide to .show and all works fine. Cheers for helping out Geoff as always!
  • Geoff_RossGeoff_Ross Cireson Consultant O.G.
    Oh yeah sorry, it ticks and hides. You can just remove the .hide() as show is the default behaviour.
    Glad to help.
Sign In or Register to comment.