Changes

Jump to: navigation, search

Template Page Variables

2,273 bytes added, 16:02, 16 June 2022
Save/Submit Buttons
==Standard Fields==Application Name::<font size="3">'''[@name@]'''</font>  Customer::<font size="3">'''[@company@]'''</font>  Description::<font size="3">'''[@description@]'''</font>  ==Custom Fields==All Level 1 [[Custom Field]]s, including those on the given template, can be inserted using the following::<font size="3">'''@APPFIELDS@'''</font> All Level 2 [[Custom Field]]s, including those on the given template, can be inserted using the following::<font size="3">'''@FORM@'''</font> ==Save/Submit Buttons==To display the "Save" button use the following variable on the Template Page::<font size="3">'''@SUBMIT@'''</font>  To display the "Submit" button use the following variable on the Template Page::<font size="3">'''@requirementSUBMITONLY@''' </font>  To display the same array of '''Save''' buttons on the [[External|external]] web template page that are available to the internal view of the template ('''Save''', '''Save Draft''', '''Submit''', and any other custom submit buttons configured), instead of just the '''Save''' button use the following instead of '''@SUBMIT@'''::<font size="3">'''@SYSTEMBUTTONS@'''</font>  :'''Notes'''::* This is vailable for '''Level One''', '''Level Two''', '''Level Three''' and '''Transactions'''.:* "SYSTEMBUTTONS" is case sensitive and must be in caps.:* Using "SYSTEMBUTTONS" means you can also make use of any existing SmartCheck validation that exists on the configured button as well as custom label your buttons. ==Other==To copy the style use the following within the '''&#60;head'''> and '''&#60;/head>''':<font size="3">'''@STYLELINK@'''</font>  You must also include the following prior to any other variables to define the page as a form that can be submitted::<font size="3">'''@FORM@'''</font>  ==Example==<pre><html><head>@STYLELINK@</head><body leftmargin=1 rightmargin=1 topmargin=1 bottommargin=1 marginheight=1 marginwidth=1> <p>Instruction ...</p>@FORM@<table border=0 cellpadding=0 cellpsacing=1 width=100%><tr><th class=Label nowrap>Description:</th><td>[@description@]</td></tr></table>@appfields@@SUBMIT@</form></body></html></pre> ==See Also==* [[Template Page]]* [[Controlling the Submit Button within a UTA Level 1 Template]]* [[Template Page - Confirmation Template|Confirmation Template]]  
[[Category:Universal Tracking Application]][[Category:Variables]]
Smartstaff
283
edits

Navigation menu