Grooper 21.00.0082 is available as of 12-12-2023! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.00.0044 is available as of 06-20-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.1.0024 is available as of 09-03-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Export "Valid" property for each Value
ComputerDimension
Posts: 12 ✭
Comments
The Information isn't kept documented to export outside of XSLT. I'm reaching out just to make sure. I'll post what I find out!
I see here XML Metadata Export does Export "Valid" as a field property. I might be able to use the XML export instead of the JSON export since it has all the information I need, but ideally, I would like the export to be in JSON format.
Or is there a way to record the live validate information in the JSON, (with something like CurrentDocument.PropertiesJson or Instance.ViewableProperties)
Currently I am using the following code to Export validation information and it works great for DataFields, but for line items, it does not tell me which row the error is, it only gives me the column name.