FileNETDocID_SaveAsSmartParameter
Assigns the ID of the FileNet® document to a variable of the bound object in the Document Hierarchy.
Syntax
bool FileNETDocID_SaveAsSmartParameter ()
Parameters
None.Returns
False, if no active FileNet document is found or if the active FileNet document has not been committed. Otherwise, True.Level
All levels.Details
Assigns the FileNet document’s ID to the TEXT variable of the bound object of the Document Hierarchy.- Example
NewDocument("1040EZtwo") AddAllImagesToDocument() Upload() FileNETDocID_SaveAsSmartParameter()