Blog Viewer

Correspondence Button Properties Controls

  

ID

  • What it does: Programmatic ID of the control.
  • How to use it: Enter the text.
  • Other notes: This must be unique. It is prefixed with btn.



Visible checkbox

  • What it does: Determines whether the user can see the control.
  • How to use it: Click the checkbox to check or uncheck.



Mode

  • What it does: Determines whether the way the user opened the form affects the control. Options are All, New, and Update. All means that regardless of whether the user created new or opened existing, the control behaves the same. New is for creating new and Update is for opening existing.
  • How to use it: Select from the drop down.
  • Other notes: It defaults to All.



Visible Rule

  • What it does: Displays the control if it evaluates to true. Hides the control if it evaluates to false.
  • How to use it: Enter the rule from the entity.
  • Other notes: The rule comes from the entity. It must be configured there for you to use it here.



Enable Rule

  • What it does: Allows the user access to the control if it evaluates to true. Disables (grays out) the control if it evaluates to false.
  • How to use it: Enter the rule from the entity.
  • Other notes: The rule comes from the entity. It must be configured there for you to use it here.



Resource

  • What it does: Security ID that determines whether the user can access the control.
  • How to use it: Enter the ID from the security table.



CSS Class

  • What it does: Custom style sheet class that controls cell appearance.
  • How to use it: Enter the text.
  • Other notes: If left blank, the appearance is default. The class must be configured in the MVVM project style sheet in the .NET project.



Custom Attributes

  • What it does: Custom attribute defined by the developer to be rendered on the HTML page.
  • How to use it: Enter the text.



Text

  • What it does: Text the user sees on the button; what the button is "called".
  • How to use it: Enter the text.
  • Other notes: This defaults to Correspondence.



Method Type

  • What it does: Method that executes when the user clicks the button.
  • How to use it: This property is read-only.
  • Other notes: This defaults to btnCorrespondence_Click (Correspondence). It opens a dialog window where the user can select correspondence to generate.



On Client Click

  • What it does: Displays a message when the user clicks the button.
  • How to use it: Select a message from the drop down.



Security Level

  • What it does: Determines the security level of the button. 
  • How to use it: Select the desired security level.
  • Other notes: This defaults to None. Other options are Read, Modify, New, Delete, or Execute.



Check Changes checkbox

  • What it does: If checked, checks for changes in the data before executing the method.
  • How to use it: Click to check or uncheck.



Trigger Postback checkbox

  • What it does: If checked, allows triggering a postback (persisting data).
  • How to use it: Click to check or uncheck.



Message ID

  • What it does: ID of the message the application displays when the user clicks the button.
  • How to use it: Enter the ID.

User Log Parameters

  • What it does: Specifies the control values that need to be logged.
  • How to use it: Click the magnifying glass icon and add the control(s) to the parameter field(s).



No Row Selected

  • What it does: Message that displays when the user clicks the button without selecting any record.
  • How to use it: Enter the message.


This post is part of the Maintenance Form topic. Click here to open the Maintenance Form Overview.

0 comments
15 views

Permalink