Hello,
We have successfully integrated another product using the M-Files REST API. The net result is we end up with a custom object, Sales Order Process, created with some basic PropertyDefs. We also add a Document object that contains a JSON export of data from the integrating product.
Sales Order Process: Test
-> Documents (1)
-- --> export.json
The Sales Order Process objects are assigned to a workflow and as we transition between the stages in the workflow we would like to use the VBScript actions to parse information out of the JSON export and do simple operations, such as setting the value of a PropertyDef from data within the JSON file.
Is this possible using the native VBScripting capabilities available in MFiles? Any guidance on which direction we should take would be appreciated.