We have a case where we are using excel reports that will output an excel that has data about order lines and need some fields to be generated dynamically and others to be static
For the dynamic fields it is easy, but for the static fields does any one have any idea on how to implement it?
One that is not adding one field in the order lines object per column in the excel report(this is the only solution I can think of now and it is not a very good one)
We're encountering a puzzling issue on a Freedom UI List Page (specifically, our Invoices_ListPage) when trying to run a business process (IWVoid_API_POST) using a custom JavaScript handler. The goal is to test the business process by explicitly passing a hardcoded InvoiceId, as...MoreLess
I'm currently working on implementing validation for fields like MobilePhone, Email, and HomePhone under the Communication Options section on the Contact_FormPage.
However, I couldn’t find any relevant component or configuration in the Contact_FormPage source code that would allow me to ad...MoreLess
Hi there, here is a question I am not sure on how to set it up.
I want to add a user to our platform that can work with all the basic features but has limited access to our entire customer database. This means, he/she can only see the accounts and customers we put in a specified group.
How do I set this up? Or is there an example somewhere i can follow?