Hello Experts,
Is there any way, where we can execute certain planning functions or Save the data in the back-end just by hitting the enter key or focus change via Tab key other than having a specific button and having a code like below to work behind that button?
PF_1.execute();
Planning.recalculate();
The best example is whenever we enter/change any value in an input enabled cell then "Recalculate" shall get triggered on press of Enter key or when the user press <tab>key.
Thanks & regards,
Jomy