I want an application which will start with new form. But When you come with grid application to edit, it will start with update.
so, I did
if(empty([id]){
sc_apl_conf(“form_myapp”,“start”,“new”);
}
When you come with grid application it works. But When you go directly to the form application (new record), it needs id parameter to start. How can I fix this?
Any help will be appreciated.