1 | getCreatorId | Signature: getCreatorId() Description: To get the user ID from the message creator. Returns: [int] - User ID |
2 | getCreatorUserName | Signature: getCreatorUserName() Description: To get the user name of the form message creator. Returns: [String] - User Name |
3 | getFormCodeNum | Signature: getFormCodeNum() Description: To get the form ID of the created form message. Returns: [String] - Form ID |
4 | getFormCreationDate | Signature: getFormCreationDate() Description: To get the form creation date of the created form message. Returns: [String] - Form Creation Date |
5 | getFormStatusName | Signature: getFormStatusName() Description: To get the form status name of the created form message. Returns: [String] - Form Status Name. |
6 | getMsgCreationDateTime | Signature: getMsgCreationDateTime() Description: To get the creation date and time of the created form message. Returns: [String] - Form Creation Date and Time |
7 | getXmlData | Signature: getXmlData() Description: To get data of the latest form message created in the XML format. Returns: [XML String] - XML of created form message |
Next Article: Variables Accessible via 'IDocumentAttribute'