Customize Email Out Communication Screen

Hello,

Does anyone know if there is a way to customize the Email Out Communication Screen. Any help would be appreciated. Thanks.

  • 0

    Hi,

    The screen up top is DLL-driven - it would be possible to move some stuff around to reduce the amount of space for the headers using Javascript shenanigans, but it would be a little messy. It's not as straightforward as editing a metadata-driven screen.

    The viewing pane is nice and easy though - we just want to change the height of the IFRAME with the mail body. We can get at that with a custom content script on EmailFilingBox. The following is for v7.1 SP2 and later:

    [code language="javascript"]

    [/code]

    Hope this helps,
    Rob

  • 0

    Rob,

    That works great!!! Thanks so much. Excellent solution!!

    Brad