Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
a_f:a:display [2022/09/01 01:23] – removed - external edit (Unknown date) 127.0.0.1a_f:a:display [2023/05/09 01:31] (current) sean
Line 1: Line 1:
 +{{tag>Index Action Action_List Process Query UI}}
 +====== DISPLAY ======
 +
 +This action is very similar to the ''[[a_f:a:pick_from|PICK FROM]]'' action in that it displays the instances of the business object found by the action, however it does not expect the user to pick any particular instance. The syntax of the action is exactly the same as that of the ''[[a_f:a:pick_from|PICK FROM]]'' action except that the ''DISPLAY'' keyword is used instead of ''[[a_f:a:pick_from|PICK FROM]]''
 +
 +===== Example =====
 +
 +<code aim>DISPLAY Account WHERE Account.State = 'OPEN' ORDER BY Account.Balance </code>
 +