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 [2022/09/01 01:23] – ↷ Page moved from a_f:3100_actions:view to a_f:a:view administrator | a_f:a:view [2023/05/09 02:04] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag>Actions | + | {{tag>Index Action |
| ====== 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 11: | Line 11: | ||
| ===== Example ===== | ===== Example ===== | ||
| - | <code aim> VIEW Account</ | + | <code aim>VIEW Account </ |
| Id() or StringLiteral optionally indicate presentation or form of the business object to be viewed, for example | Id() or StringLiteral optionally indicate presentation or form of the business object to be viewed, for example | ||
| - | <code aim> VIEW Account USING 'Some fancy presentation'</ | + | <code aim>VIEW Account USING 'Some fancy presentation' |
| where "Some fancy presentation" | where "Some fancy presentation" | ||
| <callout type=" | <callout type=" | ||
| - | <code aim> VIEW Account USING 'Form for administrators' | + | <code aim>VIEW Account USING 'Form for administrators' |
| <callout type=" | <callout type=" | ||