Description
This page allows you to modify a template record. Templates are pro forma documents and letters printed by Cúram using a combination of XML and XSL style sheets. A particular set of XML tags has been defined to allow any data in Cúram to be represented as XML. All XML is generated from entities or structures defined in the Cúram application model. XSL style sheets are used to format the XML data for printing. (Please see the "Cúram XML Guide" for information.) The XSL style sheets that you create (using any XSL editor) are stored in the Cúram database.
Page Preview
Page Flow Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions. Fullscreen
Fields
LabelTypeDescriptionMandatory
DescriptionTEMPLATE_NAMETemplate description. Note that the description, and not the file pathname is displayed on the XSL templates list page; therefore, you should not leave this field blank. No
Template IDTEMPLATE_ID_CODEThe template ID says what kind of template like Case Contract,Service Plan Contract,Action Plan etc.No
TypeXML_TEMPLATE_TYPETemplate type, e.g., letter, application form. The XSL template type relates to a coded description of the template.No
Category
LabelTypeDescriptionMandatory
Category and Applies ToXSL_TEMPLATE_CATEGORY_TYPE_CODEOrganization entity that the XSL template relates to, such as a participant, a case, or a communication.No
Links and Actions
Page Level Actions
LabelDescription
CancelThe Cancel action dismisses the page.
SaveThe Save action updates the record using the information entered on the page.
Messages
When page is loaded
MessageMessage CatalogConfigurableConfigurable Validation Reference ID
%1s %2s %3s %4sLinkNo
An Exception occurred as the timeout has been reached and the transaction has been rolled back.LinkNo
The login ID %1s does not map to a user name.LinkNo
When page is submitted
MessageMessage CatalogConfigurableConfigurable Validation Reference ID
A Description must be entered.LinkNo
An Exception occurred as the timeout has been reached and the transaction has been rolled back.LinkNo
An XSL Template already exists for this template ID.LinkNo
Name must be entered.LinkNo
Relates to must be entered.LinkNo
Type must be entered.LinkNo
Related Entities
When page is loaded
ExternalUser
Users
XSLTemplate
XSLTemplateInst
When page is submitted
XSLTemplate
Technical Information
Page IDSystem_modifyTemplateFromView
LocationC:\Users\david\dev\src\esystems-inc\Curam_V8_IS\webclient\components\core\System\Templates\System_modifyTemplateFromView.uim
Page Load InterfaceSystem.readXSLTemplate
Page Submit InterfaceSystem.modifyXSLTemplate
Linked From Pages