Stewart Rutledge2025-12-16
Another example of how our tooling speeds up H5 development. Drag
I’ve been thinking for a while about an H5 app for the catalog focused on customer orders in OIS100/300, and finally had a bit of time to sit down and put something together.
Thanks to our templating and code generation, getting started is fast. Instead of writing the same boilerplate over and over, we can focus on the actual business problem. After a couple of hours, I had an app that can:
- Search order headers based on a few key criteria
- Easily look up customer numbers
- Edit order lines inline without opening new panels
- Add new lines directly to an order
- Open customers and orders in their respective M3 programs
All API usage is generated through our tooling, with clear, pre-built structures for inputs and outputs. That keeps things consistent and reduces the risk of mistakes.
And like all of our apps, security is built in from the start. Roles are based on MNS410/MNS405, and there’s clear documentation of exactly which APIs are used.
This kind of development speed makes it much easier for us to respond to new ideas from customers, whether that’s expanding the H5 app catalog or building a bespoke app for a specific use case.
Check out the attached video to see the app in action, and feel free to reach out at hello@loupeapp.net if you want to learn more, or read more at https://www.beredo.net or https://h5.loupeapp.net