Button Field
Use of Button fields
Last updated
Use of Button fields
Last updated
Buttons perform a command of some sort - starting a process, running a script or performing some other task.
The Button is defined as a field in the database, but data may not be stored there. Instead, the record in the Column definition includes information that determines how the Button is to function. There are a few special cases.
If the column name is:
Record_ID (), then the button performs the Zoom function, going directly to the default window and tab for that record. This is useful in situations where the current window is reporting on the status of another record, such as in the Workflow windows. The Record_ID value is pulled from the context. There are a few special cases of this as well:
If the current tab does not have a Record_ID and the key column name is "AD_Language", the Record_ID is set to the AD_Language_ID value.
If the current tab does not have a Record_ID and the process associated with the Button is "Un-Do Changes" or "Re-Do Changes", then the Record_ID is set to the AD_Changelog_ID.
PaymentRule (), clicking the Button will pop-up the Payment Dialog. If the invoice is not completed, the Payment Dialog will be limited to payments types. If the invoice is completed, the Payment Dialog will allow you to complete a full payment. This is very useful in POS applications when using POS Orders or Credit Orders with Invoice Indirect and immediate payment. The button text will reflect the payment method chosen.
DocAction (), clicking the Button will open the Document Action Dialog. This dialog allows you to set the status (Drafted, In Progress, Completed, Closed, etc...) of the document. Changing the status will trigger the associated workflow process, if any, the document processing engine and the accounting engine. The button text will reflect the next document action in the normal workflow.
CreateFrom () and there is no process associated with the Button, clicking the Button will open a Create From Dialog where lines from an associated document can be selected and used to create lines in the current document. See the Create From Dialog page for more information.
Posted () and the User's role has Show Accounting in the Role Window, then if the document is processed and posted, clicking the button will open the Account Info dialog with the Select Document set to the current document. The accounting consequences or financial accounting details of the posting will be shown. Note that the Re-post button will be enabled. If the document has not been posted yet, clicking the button will open a dialog that asks "Post Immediate?". Confirming this dialog will cause the record to be posted. Typically, the Posted button is hidden and will only appear once the document has been completed, closed, reversed or voided. The label of the button will reflect the status of the posting.
If none of the above apply, the software checks to see if a process is defined for the Button and attempts to run that process or invoke a custom form.