Does Helium (DSL) support Jasper sub-reports and if so how do I include a sub-report?
If one is making a M-Pesa payment in DSL, the amount parameter needs to be an integer. Does that mean that M-Pesa payments are always using the currency sub-...
I have multiple SQL scripts that need to be executed during deployment. I've packaged them with my app in the "sql-scripts" folder. In my case the order in w...
4 years ago
If I want to remove the relationship between two objects with @ManyToOne, is the only way to do car.doors.remove(i) where i is the position of the item to be...
4 years ago
I have a map in my application but since we've been capturing lots of data there are thousands of markers and it's getting difficult to distinguish between t...
I am getting this error when trying to run the Helium DevClient java -jar ~/ws/he-dev-client/HeliumDev-app-1.31.1-jar-with-dependencies.jar Exception in thre...
4 years ago
I know I can reference or set a variable, or even call a function with DSL in one unit from another unit by first specifying the unit name and then the varia...
Why is there a limit to the amount of records that can be returned by a DSL native SQL query? Why can't I set that limit to 1 million records all the time?
What is the difference between annotating a model object with @NotTracked and adding the model object to the change log skip table section when setting up/up...
4 years ago