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] – removed - external edit (Unknown date) 127.0.0.1 | a_f:a:view [2026/07/06 03:10] (current) – aware_admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | ====== VIEW ====== | ||
| + | |||
| + | This action is very similar to the '' | ||
| + | |||
| + | ===== Syntax ====== | ||
| + | |||
| + | '' | ||
| + | |||
| + | where AttributeIdentifier() must be the name of the business object. | ||
| + | |||
| + | ===== Example ===== | ||
| + | <code aim>VIEW Account </ | ||
| + | |||
| + | Id() or StringLiteral optionally indicate a form of the business object to be viewed, for example | ||
| + | |||
| + | <code aim>VIEW Account USING 'Some fancy form' </ | ||
| + | |||
| + | where "Some fancy form" is the name of the form of the Account object. | ||
| + | |||
| + | <callout type=" | ||
| + | <code aim>VIEW Account USING 'Form for administrators' | ||
| + | |||
| + | <callout type=" | ||