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] – ↷ Page moved from a_f:3100_actions:display to a_f:a:display administratora_f:a:display [2023/05/09 01:31] (current) sean
Line 1: Line 1:
-{{tag>Actions Action_List Process Query UI}}+{{tag>Index Action Action_List Process Query UI}}
 ====== DISPLAY ====== ====== DISPLAY ======
  
-This action is very similar to the ''[[a_f:3100_actions: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:3100_actions:pick_from|PICK FROM]]'' action except that the ''DISPLAY'' keyword is used instead of ''[[a_f:3100_actions:pick_from|PICK FROM]]''+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 ===== ===== Example =====
  
-<code aim>DISPLAY Account WHERE Account.State = 'OPEN' ORDER BY Account.Balance</code>+<code aim>DISPLAY Account WHERE Account.State = 'OPEN' ORDER BY Account.Balance </code>
  
  
  • Last modified: 2022/09/13 18:11