I’m a very novice developer when it comes to the Customer Portal that was supplied with our Infor Cloudsuite Purchase. There were some modifications done via a 3rd Party for us, but since then things have remained relatively untouched.
I’ve been tasked with adding some new functionality to allow customers to integrate with a popular Business Management solution via API and was wondering about the implications / limitations of this.
I’ve done some work in VB on a local machine to get some of the code working as a proof of concept, but I’ve had to import a package to help return formatted Json Data and now I’m unsure how to go about importing the same package to work in the portal. Do I need to create an IDO Extension class so that the portal can use it? (Which unfortunately I’m also unfamiliar with).
Any help would be greatly appreciated.