Hi
Basically want to submit a page without a full page refresh.
I'm aware this can be done using DAs / Javascript BUT how do this without having to provide a full blown manual process? In other words how still fire any built-in processes (which cater for lost updates, row locking etc) and validations? The only way (via Javascript) that I'm aware of is to use the ‘apex.submit’ api which automatically includes the refresh so no further forward.
The Interactive Grid 'save' action does exactly what I'm looking for - fires the built-ins/validations without a page refresh, yet for some reason still can't do this with regular page items - unless I've missed something.
Using version 24.1
Thanks