Workflow Notification Template Guide
Workflow Notification Template Guide
It is important not to modify hyperlinks in the subtemplate file because changes to these can affect the functionality of the template, potentially disrupting the workflow notifications. Maintaining the hyperlinks as specified ensures that all actions and links behave as intended .
To prevent unintentional overwriting during release updates when modifying an RTF subtemplate in the BI catalog, a copy of the predefined subtemplate should be made and placed under Shared Folders/Custom/Common Content/Templates. Modifications should then be made to this copy rather than the original file. It is also important to deselect the 'Update links on save' checkbox in Microsoft Word before saving a local copy to avoid issues with hyperlinks .
Transaction details are linked within the table footer by defining data models that limit the number of records displayed in the report output. If the limit is exceeded, a link is provided to access the transaction details page, which enables users to view comprehensive information without cluttering the report output .
For deploying conditional logos in BI catalog subtemplates, the logos should be placed between specific conditional form fields such as IS_ONLINE and END_IS_ONLINE. It's crucial to remove conditional form fields like LOGO_C and LOGO_EC and adhere to image size constraints, ensuring the visual integrity of logos in different environments .
To configure action buttons like 'Approve' or 'Reject' in workflow notifications, parameters such as actionLink1Text, actionLink1href, and actionLink1Style should be set in the subtemplate. For 'Approve', the parameter string would be set to 'Approve' with an associated mailto link. The styling is set to 'Positive' for 'Approve' and 'Negative' for 'Reject' .
Handling backward compatibility involves avoiding the use of certain definitions included in the subtemplate. This is important as it ensures the template continues to function as intended across different software versions, preventing disruptions from deprecated functions or incompatible code .
Disabling the 'Update links on save' option in Microsoft Word helps prevent automatic updates to links within the document, ensuring that the hyperlinks and associated formatting included in the subtemplate are preserved without alteration when saving locally .
Report metadata tags like FusionNotificationReportName and FusionNotificationReportPath serve the purpose of dynamically loading the report name and path into notifications. These tags ensure that specific report details are consistently and accurately included in the notification, aiding in tracking and reference .
Images should be placed between the conditional form fields IS_ONLINE and END_IS_ONLINE in the subtemplate, with a maximum width of 200 pixels to ensure proper rendering in emails. The image size should not be adjusted using Microsoft Word to avoid rendering issues .
Footer links within the subtemplate should be managed by defining parameters such as footerLink1Text and footerLink1href to ensure clarity and usability. These links should be rendered appropriately in online settings, controlled via parameters such as footerLinkRenderInOnline, thus maintaining consistency across different outputs .