Difference between revisions of "Submit & Save Buttons"

From SmartWiki
Jump to: navigation, search
 
(26 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
  
==Overview==
+
=Overview=
 
 
 
SmartSimple offers the ability to define multiple submit buttons against individual statuses within a UTA.
 
SmartSimple offers the ability to define multiple submit buttons against individual statuses within a UTA.
  
 
The buttons can also be configured so that they are presented to subsets of users, perform certain [[validation]] checks and can push the event to a specific status.
 
The buttons can also be configured so that they are presented to subsets of users, perform certain [[validation]] checks and can push the event to a specific status.
  
==Enhancements==
+
=Configuration - Essentials=
===Role Permissions for Submit Buttons===
+
==Create a Submit Button==
Save & Submit Buttons can be configured so that they are presented to users based on role and UTA role permissions reducing the need for visibility conditions. A new section titled '''[[Role Field Permissions|Role - Field Permissions]]''' was added to the configuration page to specify view, deny, and UTA Role permissions. (Apr 2016)
 
 
 
===Notes for Submit Buttons===
 
A notes tab is now present on the Save & Submit button configuration pages. This allows admins to make document any configuration changes. (July 2016)
 
 
 
==Creating A Save & Submit Button==
 
 
 
 
To create a Submit Button:
 
To create a Submit Button:
  
1) Click the Settings tab within the UTA, then click on the '''Submit & Save Buttons''' link in either the Level 1 settings section, or Level 2 settings section.<br />
+
# Navigate to the UTA which you'd like to add your Submit button to.
[[Image:Submit_and_save_button1.png|600px]]
+
# Click the '''Configuration Settings''' button within the UTA.
 
+
# If you'd like to add a submit button to a Level 1 entity, select the second tab, which contains your Level 1 settings. If you'd like to add a submit button to a Level 2 Entity, select the third tab, which contains your Level 2 settings, and so on.
2) The '''Submit & Save Buttons''' page is displayed.
+
# Click on the '''Submit & Save Buttons''' link under the '''General Settings''' header.<br /> [[Image:SubmitAndSaveButtonUTA.png|750px]]
 
+
# The '''Submit & Save Buttons''' page is displayed.
3) Click on the '''+''' New Submit & Save button.
+
# Click on the '''New Submit & Save Button''' button, signified by the '''+''' sign. <br /> [[Image:NewSubmitButton.png|300px]]
[[Image:Submit_and_save_button+.png]]
+
# You will be presented with a new window, titled '''New Submit & Save Button''' where you can configure the submit button. View the section below for a detailed explanation of each setting.
 
+
# Once you have configured the Submit button to your liking, click '''Save'''.
4) You will be presented with a new window where you can configure the submit button.
+
# The submit button you have created will now be listed in the Submit Buttons section.
 
 
This window includes the following settings:
 
 
 
* '''Type''' - Options are Submit Button, Save Button and Save Draft Button. See Submit Logic on Save or Save Draft Buttons for further information.
 
 
 
* '''Order''' - The order in which the button will appear on the screen, with lower numbers appearing further to the left of the screen.
 
 
 
* '''Caption''' - the text used to identify a field.
 
 
 
* '''Align to''' - Select the preferred alignment (Center, Left, Right).
 
 
 
* '''From Status''' - The status of the entity before clicking on the button.
 
 
 
* '''To Status''' - The status that the entity should be updated to after clicking on the button.
 
 
 
* '''Bypass Validation''' - Flag to indicate that the status should change without the system performing all field validations. The Submit Logic on the button itself will still be validated.
 
 
 
* '''SmartCheck Validation''' - Select the SmartCheck Validation validation method required.
 
 
 
* '''Description''' - Definition and general description of the submit button. Will not be displayed.
 
 
 
* '''Script''' - Call to any scripts that should be run in conjunction with this button. The system will check if the script is present before trying to run it. Submit button script must be formatted as functionName(this.form). Spaces are not permitted. Script should return either true or false.
 
 
 
* '''Redirect URL''' - Specify the URL the user should be redirected to following successful submission. NOTE: Redirects must be relative path (e.g. /wiki/index.php) rather than an absolute path (e.g. http://www.smartsimple.org/wiki/index.php).
 
 
 
* '''Visibility Condition''' - Any conditions used to control when the button is exposed.
 
 
 
  
5) Click '''Save''' once you have configured the Submit button.
+
===New Submit & Save Button Page - Settings===
 +
The '''New Submit & Save Button''' page includes the following settings:
  
 +
{| class="wikitable"
 +
|-
 +
!|Setting
 +
!|Description
 +
|-
 +
||'''Type'''
 +
||Type options include Submit Button, Save & Validate Button, Save Draft Button, and Submit Annotation. See Submit Logic on Save or Save Draft Buttons for further information.
 +
|-
 +
||'''Order'''
 +
||This is the order in which the button will appear on the screen, with lower numbers appearing further to the left of the screen.
 +
|-
 +
||'''Caption'''
 +
||This is the text that will appear on the button. Typically, you would name the button after the action that is triggered by the button. Example: If a button sends applications into Approved status, we will give it the caption "Approved".
 +
|-
 +
||'''Icon Style'''
 +
||These are the various groups of icons including '''Brands''', which features brand logos, '''Light''', which contains outline-style icons with light line weights, '''Regular''', which includes outline-style icons with heavier line weights, and '''Solid''', which includes monochromatic glyphs with solid fills.
 +
|-
 +
||'''Icon'''
 +
||Graphic icons can be featured on Submit & Save button to clarify and reiterate the purpose of the button. Simply select the icon group using the '''Icon Style''' dropdown, and then use the '''Icon''' dropdown to select the desired icon.
 +
|-
 +
||'''Description'''
 +
||Definition and general description of the submit button. This will not be displayed on the button.
 +
|-
 +
||'''Align to'''
 +
||Select the preferred alignment of the button at the bottom of the window (Center, Left, Right).
 +
|-
 +
||'''Available to Status'''
 +
||The statuses in which the button will appear. This will be the status that the record is in before being submitted to the subsequent status that the button directs to.
 +
|-
 +
||'''Submit to Status'''
 +
||This is the status that the entity should be updated to after clicking on the button. Use this dropdown to select the destination status of the submit button.
 +
|-
 +
||'''SmartCheck Validation'''
 +
||Select the [[SmartCheck Validation]] method required for the button. This is used to attach custom validation conditions to this button, prohibiting users from proceeding without meeting the custom [[SmartCheck Validation]] conditions specified.
 +
|-
 +
||'''Bypass Field Validation'''
 +
||Flag to indicate that the status should change without the system performing all field validations (bypassing fields marked as Mandatory). The Submit Logic on the button itself will still be validated.
 +
|-
 +
||'''Custom Script'''
 +
||Include any custom scripts here that will be executed when the button is clicked.
 +
|-
 +
||'''Enable Confirmation Alert Message'''
 +
||Toggle this on to enable an alert message which appears when clicking the button, asking the user if they are sure that they would like to proceed.
 +
|-
 +
||'''Confirmation Message'''
 +
||This field only appears if a Confirmation Alert Message are enabled. Here, enter the messaging that you would like to appear on the alert message.
 +
|-
 +
||'''Enable Confirmation Page'''
 +
||Toggle this on to create a Confirmation Page which the user is directed to after clicking the submit button. The contents of this page are determined by the subsequent options which appear.
 +
|-
 +
||'''Title'''
 +
||This field only appears if the Confirmation Page is enabled. The title specified here will be the title which appears at the top of the Confirmation Page.
 +
|-
 +
||'''Message'''
 +
||This field only appears if the Confirmation Page is enabled. The message specified here will be the body content of the Confirmation Page.
 +
|-
 +
||'''Redirect URL'''
 +
||Specify the URL the user should be redirected to following successful submission. NOTE: Redirects must be relative path (e.g. /wiki/index.php) rather than an absolute path (e.g. http://www.smartsimple.org/wiki/index.php).
 +
|-
 +
||'''Button Caption'''
 +
||This field only appears if the Confirmation Page is enabled. The caption specified here will be included on the button which is featured on the Confirmation Page. Typically, this would be a link back to the user's home portal.
 +
|-
 +
||'''Button Icon Style'''
 +
||This field only appears if the Confirmation Page is enabled. This determined the style of the icon included in the button featured on the Confirmation Page. These are the various groups of icons including '''Brands''', which features brand logos, '''Light''', which contains outline-style icons with light line weights, '''Regular''', which includes outline-style icons with heavier line weights, and '''Solid''', which includes monochromatic glyphs with solid fills.
 +
|-
 +
||'''Button Icon'''
 +
||This field only appears if the Confirmation Page is enabled. Icons selected from this dropdown will be included in the button featured on the Confirmation Page.
 +
|-
 +
||'''Redirect Payment Form'''
 +
||If you have a payment integration form configured, like a Stripe integration form, selecting it from this dropdown will assign it as the destination for users who have clicked this button.
 +
|}
  
6) The Submit button will be listed in the Submit Buttons section.<br />
+
===Permissions & Availability Settings===
[[Image:Save_and_submit_button_list.png|link=|900px]]
+
The '''New Submit & Save Button''' page, '''Permissions & Availability''' tab includes the following settings:
  
==Field Permissions==
+
{| class="wikitable"
Submit and Save buttons can be configured to control when a button is visible or not visible based on '''[[Type Field Permissions|Type - Field Permissions]]''' and '''[[Role Field Permissions|Role - Field Permissions]]''' using the '''Allow View''' and '''Deny View''' settings.
+
|-
 +
!|Setting
 +
!|Description
 +
|-
 +
||'''Role - Permissions'''
 +
||Specify which roles have access to the button. Toggling on '''Use UTA Role''' will include role-based permissions for users assigned in UTA Roles.
 +
|-
 +
||'''Type - Availability'''
 +
||Specify which record types the button will appear on.
 +
|-
 +
||'''Visibility Condition'''
 +
||Enter custom visibility conditions for the button here.
 +
|-
 +
||'''On New Record'''
 +
||define how the Submit Button will be displayed on a new record. Options include '''"Always Display", "Hide on New Record", "Only Show on New Record"'''.
 +
|}
  
 
==Notes==
 
==Notes==
You can use the '''URL''' to display a [[Custom_Field_Type:_Display_Only_–_Web_Page_View|Web Page View]] as a confirmation page. Use the following syntax: @''custom field name''.value@
+
The Submit Annotation type button will only appear on the record if it is under Status lock. This button type is used to submit field modifications and will stamp the revision log with changes.
  
 
==See Also==
 
==See Also==
Line 76: Line 128:
 
* [[Custom Save and Save Draft Buttons]]
 
* [[Custom Save and Save Draft Buttons]]
  
[[Category:Universal Tracking Application]][[Category:Validation]]
+
[[Category:Universal Tracking Application]][[Category:Validation]][[Category:Process Flow]]

Latest revision as of 12:54, 15 October 2021

Overview

SmartSimple offers the ability to define multiple submit buttons against individual statuses within a UTA.

The buttons can also be configured so that they are presented to subsets of users, perform certain validation checks and can push the event to a specific status.

Configuration - Essentials

Create a Submit Button

To create a Submit Button:

  1. Navigate to the UTA which you'd like to add your Submit button to.
  2. Click the Configuration Settings button within the UTA.
  3. If you'd like to add a submit button to a Level 1 entity, select the second tab, which contains your Level 1 settings. If you'd like to add a submit button to a Level 2 Entity, select the third tab, which contains your Level 2 settings, and so on.
  4. Click on the Submit & Save Buttons link under the General Settings header.
    SubmitAndSaveButtonUTA.png
  5. The Submit & Save Buttons page is displayed.
  6. Click on the New Submit & Save Button button, signified by the + sign.
    NewSubmitButton.png
  7. You will be presented with a new window, titled New Submit & Save Button where you can configure the submit button. View the section below for a detailed explanation of each setting.
  8. Once you have configured the Submit button to your liking, click Save.
  9. The submit button you have created will now be listed in the Submit Buttons section.

New Submit & Save Button Page - Settings

The New Submit & Save Button page includes the following settings:

Setting Description
Type Type options include Submit Button, Save & Validate Button, Save Draft Button, and Submit Annotation. See Submit Logic on Save or Save Draft Buttons for further information.
Order This is the order in which the button will appear on the screen, with lower numbers appearing further to the left of the screen.
Caption This is the text that will appear on the button. Typically, you would name the button after the action that is triggered by the button. Example: If a button sends applications into Approved status, we will give it the caption "Approved".
Icon Style These are the various groups of icons including Brands, which features brand logos, Light, which contains outline-style icons with light line weights, Regular, which includes outline-style icons with heavier line weights, and Solid, which includes monochromatic glyphs with solid fills.
Icon Graphic icons can be featured on Submit & Save button to clarify and reiterate the purpose of the button. Simply select the icon group using the Icon Style dropdown, and then use the Icon dropdown to select the desired icon.
Description Definition and general description of the submit button. This will not be displayed on the button.
Align to Select the preferred alignment of the button at the bottom of the window (Center, Left, Right).
Available to Status The statuses in which the button will appear. This will be the status that the record is in before being submitted to the subsequent status that the button directs to.
Submit to Status This is the status that the entity should be updated to after clicking on the button. Use this dropdown to select the destination status of the submit button.
SmartCheck Validation Select the SmartCheck Validation method required for the button. This is used to attach custom validation conditions to this button, prohibiting users from proceeding without meeting the custom SmartCheck Validation conditions specified.
Bypass Field Validation Flag to indicate that the status should change without the system performing all field validations (bypassing fields marked as Mandatory). The Submit Logic on the button itself will still be validated.
Custom Script Include any custom scripts here that will be executed when the button is clicked.
Enable Confirmation Alert Message Toggle this on to enable an alert message which appears when clicking the button, asking the user if they are sure that they would like to proceed.
Confirmation Message This field only appears if a Confirmation Alert Message are enabled. Here, enter the messaging that you would like to appear on the alert message.
Enable Confirmation Page Toggle this on to create a Confirmation Page which the user is directed to after clicking the submit button. The contents of this page are determined by the subsequent options which appear.
Title This field only appears if the Confirmation Page is enabled. The title specified here will be the title which appears at the top of the Confirmation Page.
Message This field only appears if the Confirmation Page is enabled. The message specified here will be the body content of the Confirmation Page.
Redirect URL Specify the URL the user should be redirected to following successful submission. NOTE: Redirects must be relative path (e.g. /wiki/index.php) rather than an absolute path (e.g. http://www.smartsimple.org/wiki/index.php).
Button Caption This field only appears if the Confirmation Page is enabled. The caption specified here will be included on the button which is featured on the Confirmation Page. Typically, this would be a link back to the user's home portal.
Button Icon Style This field only appears if the Confirmation Page is enabled. This determined the style of the icon included in the button featured on the Confirmation Page. These are the various groups of icons including Brands, which features brand logos, Light, which contains outline-style icons with light line weights, Regular, which includes outline-style icons with heavier line weights, and Solid, which includes monochromatic glyphs with solid fills.
Button Icon This field only appears if the Confirmation Page is enabled. Icons selected from this dropdown will be included in the button featured on the Confirmation Page.
Redirect Payment Form If you have a payment integration form configured, like a Stripe integration form, selecting it from this dropdown will assign it as the destination for users who have clicked this button.

Permissions & Availability Settings

The New Submit & Save Button page, Permissions & Availability tab includes the following settings:

Setting Description
Role - Permissions Specify which roles have access to the button. Toggling on Use UTA Role will include role-based permissions for users assigned in UTA Roles.
Type - Availability Specify which record types the button will appear on.
Visibility Condition Enter custom visibility conditions for the button here.
On New Record define how the Submit Button will be displayed on a new record. Options include "Always Display", "Hide on New Record", "Only Show on New Record".

Notes

The Submit Annotation type button will only appear on the record if it is under Status lock. This button type is used to submit field modifications and will stamp the revision log with changes.

See Also