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:print_form [2022/09/01 01:23] – removed - external edit (Unknown date) 127.0.0.1a_f:a:print_form [2023/05/09 01:44] (current) sean
Line 1: Line 1:
 +{{tag>Index Action Action_List Process UI Print}}
 +====== PRINT FORM ======
 +
 +This action prints the specified form of the specified business object on the client’s screen. Note that unlike the ''[[a_f:a:print_document|PRINT DOCUMENT]]'' action that prints the document on the server, the ''PRINT FORM'' action prints the form on the //clients’s// machine inside a browser. 
 +
 +===== Example =====
 +
 +<code aim>PRINT FORM Main OF Account </code>
 +
 +This action prints the form with the name “Main” of the ''Account'' object.
 +