Description
Cancels a document creation in UI, as if user was hitting the 'Cancel' button on a the document creation form. It returns the parent document, that would have been the created document container.
Operation id | Navigation.GoBack |
Aliases | Seam.CancelCreateDocumentInUI
|
Category | User Interface |
Label | Cancel Document Creation in UI |
Requires | Seam |
Since | |
Parameters
No parameters.
Signature
Inputs | void |
Outputs | document |
Implementation information
JSON definition
{
"id" : "Navigation.GoBack",
"aliases" : [ "Seam.CancelCreateDocumentInUI" ],
"label" : "Cancel Document Creation in UI",
"category" : "User Interface",
"requires" : "Seam",
"description" : "Cancels a document creation in UI, as if user was hitting the 'Cancel' button on a the document creation form. It returns the parent document, that would have been the created document container.",
"url" : "Navigation.GoBack",
"signature" : [ "void", "document" ],
"params" : [ ]
}