This content applies solely to Connected Underwriting Life, which must be purchased separately from the Appian base platform. This content was written for Appian 23.4 and may not reflect the interfaces or functionality of other Appian versions. |
Installing the Scratchpad Add-On module with your Connected Underwriting Life Workbench solution consists of two steps:
Before starting the installation process, review the System Prerequisites to ensure all minimum requirements are met.
To import the application files:
zip
file.The following incorporation steps are required to display and utilize Scratchpad on the Risk Details tab of the Case Record in your CU Life solution.
Navigate to the ISL_RecordView_RiskDetails process model add the following code after the column that contains Risk Details Cards.
1
2
3
4
5
6
7
8
9
a!columnLayout(
contents: {
rule!ISL_SCP_CaseScratchpad_ViewAndEdit(
case: ri!case,
genBundle: local!genBundle,
brandingMap: local!brandingMap
)
}
)
The incorporation steps in this section are optional. If you want to display and utilize Scratchpad on other tabs in the Case Record, perform these steps to expose the Scratchpad component to the relevant interface.
Add the following code to expose the Scratchpad component to the desired interface.
1
2
3
4
5
rule!ISL_SCP_CaseScratchpad_ViewAndEdit(
case: ri!case,
genBundle: local!genBundle,
brandingMap: local!brandingMap
)
Installing the Scratchpad Add-On Module