Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{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> Last modified: 2023/05/09 01:31 Log In