Form Control UI Actions [BSFN API]
Ever wondered, if we can enable/disable controls, change the font, hide/show grid columns, do subform actions from a BSFN? Well, all those FDA system functions have an equivalent JDE API …
Ever wondered, if we can enable/disable controls, change the font, hide/show grid columns, do subform actions from a BSFN? Well, all those FDA system functions have an equivalent JDE API …
Headerless Detail forms close after hitting OK button. This is the default property of the form. Many cases we do not want that to happen. There are 2 methods to …
There are many instances where we do Report Interconnects from Interactive Applications, like print the Order from an order screen, or process something from an interactive application button. But, in all those cases, the report fires on the Server, and you need to go visit the Work Submitted Jobs to check the output. Every User asks for the same convenience, if they can get the output direct on the screen without going to the WSJ.
Here is a crude way of popping up a UBE output onto the screen, without going to the Work Submitted Jobs. This makes life easy for the users.