FormInstance
A form instance is a single revision of a form that a user has filled in. There can be several revisions for a single form.
Name | Type | Description |
---|---|---|
href | string | URL path to object |
dataType | string | Object type |
REVISIONID | guid | The revision specific ID of the form instance. |
INSTANCENAME | string | The name of the form instance. |
MODIFYDATE | string | The date/time the form instance was last modified. |
MODIFYBYID | guid | The ID of the user that last modified the form instance. |
MODIFYBY | string | The display name of the user that last modified the form instance. |
CREATEDATE | string | The date/time that the form instance was created. |
CREATEBYID | guid | The ID of the user that create the form instance. |
CREATEBY | string | The display name of the user that created the form instance. |