Hello,
in the context menu for a file i have the option 'Sent To'. Using this an iview (i suppose the email-iview) is started. Is there any possibility to configure this displayed iview? Like, file is added per default as attachment and not as link, hide some field like BCC?
kind regards,
Marco
Hi Marco,
the page, you see is not an iview. It is a:
com.sapportals.wcm.rendering.screenflow.cm.SendToScreenflow
All possible params to cutomize are in this class. If you want to change one of this params you have to implement this class in a new package. If you do this, you have to implement the hole UICommand "send_to". (com.sapportals.wcm.rendering.uicommand.cm.UISendToCommand)
Regards,
Gerhard
Add a comment