Can i do a form that allow only insert??
I test the sc_apl_conf(“application”,“start”,“new”) but when click in the back button, the form return to the edit mode of all records.
Regards.
Can i do a form that allow only insert??
I test the sc_apl_conf(“application”,“start”,“new”) but when click in the back button, the form return to the edit mode of all records.
Regards.
Re: Form only for insert
sc_apl_conf(“application”,“start”,“new”) only set to the application start as insertition mode.
If you want dynamically, You can disable the delete and update button using sc_btn_display.
Or edit the form -> toolbar and leave only the insert on right side.