Hi
Can a workflow custom form be handled in a non-Infor custom site written in ASP .Net core or must it be handled with an Infor application like Mongoose?
Thanks
There are API's in IOS that can be called externally as well from outside applications if authority provided.
Take a look at this API section as an example:
IONSERVICES/process/application
Thanks, Rene Yes, you are correct and I have been using that functionality extensively. What I'm trying to achieve is:The user will receive a task that is configured to use a "Custom Form". When they click on the task, OS will open my custom asp.net site as a custom form, passing the task id as a parameter. I'll then use the "IONSERVICES/process/application" api to retrieve the additional parameters and create a form (gui) that provides more functionality than the default task form. When the user has completed what they need to do my form will complete the task via the ONSERVICES/process/user API (as per the documentation). This ability to jump out to a custom site will make the workflow extremely powerful but there isn't much documentation on it.