I. Common commands:
@ Command and @ postedcommandRegionThe @ command occurs before the subsequent command, and the @ postedcommand starts to run after the other commands are completed!
@ If (@ command ([fileopendatabase]; "newsubj"); ""; @ return (""); Enable data logging
@ Command ([OpenView]; "MERs ");
@ Postedcommand ([compose]; "persondata"); open a window and start logging
@ Command ([editdocument]); Enable zookeeper Mode
@ Command ([movetotrash]); after F9
@ Command ([refreshwindow]); refresh the window, equivalent to F9
@ Command ([fileclosewindow]); in this document, you can set whether to save or not a log in the saveoptions field.
@ Command ([editgotofield]; "subject"); automatically jumps to the subject field
@ Command ([editinserttext]; "new subject"); enter a value for the current domain
Ii. Resolve the sender address: @ name and @ username
1. Return the "Mary Tsen/Statement/" format @ name ([abbreviate]; author)
2. Return "Mary Tsen" @ name ([canonicalize]; "Mary Tsen ")
3. Return Cn = marytsen/ou = illustration/ou = documentation/o = Acme/C = US @ name ([canonicalize]; "Mary Tsen /")
4. Return the statement box of "Mary Tsen". If the author value is Cn = Mary Tsen/ou = authentication/o = Acme.
@ Prompt ([OK]; "common name"; @ name ([CN]; author ))
5. The returned response @ name ([ou2]; author)
6. Return "US \ Acme \ R & D \ Development \ documentation \ Authentication.
@ Name ([tokeyword]; author)
7. Return the external receiver address "streitfeld, Sara (Miami)" <SStreitfeld@gazette.com>.
@ Name ([LP]; user_name)
8. Back to external pickup address "streitfeld, Sara (Miami)" "streitfeld, Sara (Miami)" <SStreitfeld@gazette.com>.
@ Name ([Phrase]; user_name)
9. Back to external pickup address SStreitfeld@gazette.com "streitfeld, Sara (Miami)" <SStreitfeld@gazette.com>.
@ Name ([address821]; user_name)
10. The dead letter cam/Lotus (John Doe/CAM/Lotus) is returned ).
@ Name ([hierarchyonly]; user_name)
The following is not used. Unknown
11. This example returns "secretary," the LDAP attributetype name for the domino term, "assistant ."
@ Name ([toat]; "assistant ")
12. This example returns "Internet address," the domino term equivalent to the LDAP attributetype name "mail ."
@ Name ([tofield]; "mail ")
13. This example returns "number," the domino term equivalent to the LDAP data type, "integer ."
@ Name ([todatatype]; "integer ")
14. This example returns "directory string," the syntax used in the LDAP directory for the domino data type "text ."
@ Name ([tosyntax]; "text ")
Obtain the partial region in names. nsf.
@ Prompt ([OK]; "Department:"; "department is:" + @ dblookup ("Notes": "nocache"; @ subset (@ dbname; 1 ): "names. NSF ";" ($ users) "; @ lowercase (@ username);" Department "))
@ Prompt ([OK]; "Department:"; "department is:" + @ dblookup ("Notes": "nocache"; @ subset (@ dbname; 1 ): "names. NSF ";" people ";" James. wong ";" Department "))