Hi All,
A quick question, I hope. In version 7.6.1.2, we're using an integration to send JSON to an external system. We can successfully send test data to it, though there is a catch. The external system doesn't like it when Maximo sends the JSON to the system b/c there are no containing square brackets [ { JSON_here } ]. The curly brackets are included as expected. Is there a way to tell Maximo to contain the JSON object in square brackets? Examples below. We'd prefer to avoid a custom exit class or script if possible.
Thanks,
****works for external system
[ <---added square bracket
"description": "A70X2.5VR 23 - DevTest1619",
"catalogcode": "A70X2.5VR-23",
"name": "HAUNI RICHMOND INC"
"vendor": "2-41-RICHMOND"
] <---added square bracket
****what Maximo produces doesn't work for external system (no containing square brackets) - can the square brackets be added?
"description": "A70X2.5VR 23 - DevTest1619",
"catalogcode": "A70X2.5VR-23",
"name": "HAUNI RICHMOND INC",
"vendor": "2-41-RICHMOND",
#Administration#Customizations#Integrations------------------------------
Rob Radcliff
JTI Liggett
------------------------------