FORMULA LANGUAGE
Examples: OpenDocument
1. This formula opens the selected document in Read mode.
@Command([OpenDocument])
2. This formula also opens the selected document in Read mode.
@Command([OpenDocument];"0")
3. This formula opens the selected document in Edit mode and moves the cursor to the Subject field.
@Command([OpenDocument];"1");
@Command([EditGotoField];"Subject")
4. This formula opens a document by UNID.
@Command([OpenDocument];"";"F56ACC1F6F27155D8525686500603D43")
5. This formula opens the document, "Savage Mountain," in the By Title view of a Web application.
@Command([OpenView];"By Title";"Savage Mountain");
@Command([OpenDocument])
6. This formula opens the document, "Savage Mountain," in Edit mode when it is accessed by a browser.
@Command([OpenView];"By Title";"Savage Mountain");
@Command([OpenDocument]; "1")
See Also
OpenDocument @Command
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary