Oct 22, 2025 · 2 min read · Sharing a dynamic action plugin enabling you to show a message notification listing all unsaved changes on the page. These can be changes from Page Items, Interactive Grids and extra changes. The logic to detect the changes is the same as the check ...
Join discussionSep 30, 2025 · 2 min read · Sharing a small plugin, providing ‘Open’ and ‘Close’ events for Popup LOV’s as can be used in Dynamic Actions. The events can be used for both 'Modal Dialog' and 'Inline Popup'. The ‘Open’ event typically can be used for things like: setting P0 ite...
Join discussionSep 15, 2025 · 2 min read · Sharing a region plugin to render a single row of data in a simple form layout, enabling editing, navigating and refreshing data without page submits. The form can be made part of a Master-Detail setup, with support for single transaction. (click to ...
Join discussionJul 1, 2025 · 1 min read · When users are filling out forms and application data, and they need to pick from a list of values (LOV), some data types are naturally hierarchical, meaning they are organized in levels (e.g., parent-child-grandchild). Examples are Geographic Locati...
Join discussionApr 27, 2025 · 3 min read · Sharing a Dynamic Action plugin to Set Item(s) to Read-Only. It supports both IG Column Items as well as regular Page Items. There is a corresponding Unset plugin. APEX has Dynamic Actions for Disabling/Enabling Items. Fundamental difference to a Re...
SJOSld and 2 more commentedMar 4, 2025 · 2 min read · Sharing a region plugin ‘Condition Builder’, which enables you to develop pages by which your users can build conditions like filter- and rule conditions. It makes use of jQuery QueryBuilder. It has customizations for styling, incorporating of APEX c...
MMohamed commentedJan 12, 2025 · 3 min read · Have you faced situations in which editing in an Interactive Grid became ‘not ideal’. Maybe because your IG is having a large number of columns. Or your users don’t like the switching between display values and the input items. Or you just want to gi...
YTom commentedDec 17, 2024 · 2 min read · APEX offers some declarative settings for client-side validation like 'Required', 'Minimum Value'/'Maximum Value' and the item subtypes. And for few item types, you can use HTML5 validation attributes like ‘pattern’. In case you need additional, more...
Join discussion