HistoryInformation

The HistoryInformation type is used hold information about an instance and when it was last accessed by the current user that can be passed between the UX and APIs. It’s primary use is with the History component which is used to keep track of the users navigation history.

Below are the properties and their purpose.

  • Guid InstanceGUID
    • Default Value: Empty Guid.
    • Intended Value: The guid of the instance.
  • Guid FormDefinitionGUID
    • Default Value: Empty Guid.
    • Intended Value: The guid of the form definition on the instance.
  • string InstanceName
    • Default Value: Empty string.
    • Intended Value: The name of the instance.
  • string FormName
    • Default Value: Empty string.
    • Intended Value: The name of the form on the instance.
  • DateTime LastAccessed
    • Default Value: The minimum value for DateTime.
    • Intended Value: The date and time the current user last accessed the instance.
Updated on January 23, 2023

Was this article helpful?

Related Articles

Need Support?
Can’t find the answer you’re looking for? Don’t worry we’re here to help!
Contact Support

Leave a Comment