Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| a_f:a:view [2023/05/09 01:46] – sean | a_f:a:view [2026/07/06 03:10] (current) – aware_admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | + | {{tag> |
| ====== VIEW ====== | ====== VIEW ====== | ||
| - | This action is very similar to the EDIT action. The difference is that the process in which the action has been called does not wait for the user to change the values of the object and continues execution immediately after displaying the form. Also the VIEW action allows viewing the specific presentation of the business object. | + | This action is very similar to the '' |
| ===== Syntax ====== | ===== Syntax ====== | ||
| Line 13: | Line 13: | ||
| <code aim>VIEW Account </ | <code aim>VIEW Account </ | ||
| - | Id() or StringLiteral optionally indicate | + | Id() or StringLiteral optionally indicate |
| - | <code aim>VIEW Account USING 'Some fancy presentation' </ | + | <code aim>VIEW Account USING 'Some fancy form' </ |
| - | where "Some fancy presentation" is the name of the presentation that must be configured with the Account object. | + | where "Some fancy form" is the name of the form of the Account object. |
| <callout type=" | <callout type=" | ||