I am using the cloud version of Mongoose. I'm trying to use Newtonsoft.Json in a C# form script. I'm getting an error that says the namespace could not be found.
This forum post describes wanting to use Newtonsoft.Json in C# form script.
https://community.infor.com/infor-developers/f/mongoose-development/24829/newtonsoft-json-in-mongoose-c-script
The answers discuss Visual Studio. For cloud based Mongoose, I don't have Visual Studio. Just the web designer. Is there any options for using Newtonsoft.Json in cloud based mongoose C# script.
What is interesting is that cloud based Mongoose VB form script allows for importing Newtonsoft.Json. So I may have to use VB instead of C#. What I ultimately want to do is create a Global script that any form can call to execute a specific ION API to check the status of a workflow task. Can C# form script execute a global script that is VB?
This video shows using Newtonsoft in a C# script. But it must not be the cloud version of Mongoose.
https://www.youtube.com/watch?v=fb5rWmGeEpk
The Response body from the ION API call looks like this. I just want the status field. If anyone knows a way of just getting the status field without using Newtonsoft then please let me know.
