Sample script to move a message to a folder

Is it possible, with Notes 8, to create a customized shortcut to move a selected note to a specific, pre-determined, folder?For example, you select a note, click a button (or use a keyboard shortcut) and the note is moved to folder called ABC automatically…

Subject: @command(folderdocuments)

@Command( [FolderDocuments] ; folderName ; moveOrCopy )A value of “1” moves the document to the folder. A value of “0” copies the document to the folder. If you omit this parameter, Folder assumes a value of “0” (copy).

More details in the Designer 8 Help.

Put this under a toolbar icon to use it anywhere, any time. Or put a button in an application you’re building.