Is your feature request related to a problem? Please describe.
Unable to query Binary SubType 3 properties, edit these properties, or insert documents which make use of Binary SubType 3, Legacy UUID properties.
Describe the solution you'd like
Support of Binary SubType 3. similar to how SubType 4 is supported via the UUID() function.
Describe alternatives you've considered
Have added a custom parser to display the Binary Data as a parsed GUID in the table view, but doesn't help full document view or editing.
Additional context
It would be useful to fully support Legacy UUID data type within the application, possibly by a LUUID() function similar to the the UUID() function for SubType 4. Since there are multiple ways to decode/encode the Legacy UUID a new User Preference would likely be required to let the user choose the correct display format (i.e. ".Net", "Java", etc)
The LUUID support would be good to be added in the following locations (Note: Working support for the UUID is missing in some of these locations also. Highlighted below)
- Document Tabular Columns
- Document Expanded View
- Document Preview for Related Documents (Not working for
UUID())
- Open Related Documents in new tab (Not working for
UUID())
- Editing/Adding Legacy LUUID Property via Field Editor
- Editing Document Json containing LUUID (Not working for
UUID())
- Adding new Document containing LUUID (Not working for
UUID())
- Querying/Filtering/Aggregation entry
Is your feature request related to a problem? Please describe.
Unable to query Binary SubType 3 properties, edit these properties, or insert documents which make use of Binary SubType 3, Legacy UUID properties.
Describe the solution you'd like
Support of Binary SubType 3. similar to how SubType 4 is supported via the
UUID()function.Describe alternatives you've considered
Have added a custom parser to display the Binary Data as a parsed GUID in the table view, but doesn't help full document view or editing.
Additional context
It would be useful to fully support Legacy UUID data type within the application, possibly by a
LUUID()function similar to the theUUID()function for SubType 4. Since there are multiple ways to decode/encode the Legacy UUID a new User Preference would likely be required to let the user choose the correct display format (i.e. ".Net", "Java", etc)The LUUID support would be good to be added in the following locations (Note: Working support for the UUID is missing in some of these locations also. Highlighted below)
UUID())UUID())UUID())UUID())