ProApp Designer - Release 14 (Package 32)

TemplateView Settings

TemplateView settings are shown in the flyout when you click on Settings action. Flyout shows TemplateView name, commands that can be shown at runtime on top of item details page. It also allows you to configure events like OnLoad and OnSave.

  • Name: It shows the name of the current TemplateView. It is shown as read-only.
  • Commands: It allows you to configure actions shown on the top of item details page. By default, it shows standard commands for which you can change visibility and icons. With visibility setting, you can configure the action to be shown as part of ButtonGroup or Dropdown. You can hide the action by selecting visibility as Hide. You can also add custom commands by defining “On Click” and “Can Show” scripts.
  • On Load: OnLoad event allows you to write custom logic that will be executed after the item date is loaded. Please refer to the Template Customization section for more details.
  • On Save: OnSave event allows you to write custom logic that will be executed after the item is saved. Please refer to the Template Customization section for more details.