Before exporting a form in Mi-Forms Designer, you are required to enter a Descriptor in the General Form Properties.
The Descriptor must reference at least one field in the form by including the field name in brackets, [Field_Name]. The fields can be combined with text to create distinctive and recognizable descriptions.
For example:
Patient Visit: [LastName], [FirstName] ([Date])
could produce a session description on the server of:
Patient Visit: Smith, Mary 5/10/2015
The decision of which fields to include should be based on considering what information is specific to any particular session. For example, including location information would be helpful if sessions could occur at a variety of locations, but would not be helpful if you only have one location.
Providing relevant and clear Descriptors will make it much easier to retrieve specific session information from the server when it is needed.