-
1. Re: Stay on same record after saving the data on Custom form
Ravindrakumar Rodge Dec 19, 2017 5:35 AM (in response to Saurabh Maheshwari)1 of 1 people found this helpfulI suspect that it is an active link that must be running when the form is opening in Modify mode or on Windows Loaded event. Check with active link logs to figure out the same.
Regards,
Ravi
-
2. Re: Stay on same record after saving the data on Custom form
PAWAN KAUSHIK Dec 19, 2017 5:50 AM (in response to Saurabh Maheshwari)1 of 1 people found this helpfulHi Saurabh,
Capture the AL logs and see who is causing this event. Also you can use Form Action Fields as "Save" on your form.
-
3. Re: Stay on same record after saving the data on Custom form
Saurabh Maheshwari Dec 19, 2017 5:51 AM (in response to Ravindrakumar Rodge)Hi Ravindra,
Thanks for Reply !!!
Active link is running on Save button. see the definition
<ACTL> Start active link processing -- Operation - On Control
<ACTL> For Schema - Critical Incident Report
<ACTL> Linked to field - Btn.Save (1004)
<ACTL> On screen type - SET
<ACTL> Checking CIR:SaveButtonCommitChanges (900)
<ACTL> -> Passed qualification -- perform if actions
<ACTL> 0: Commit Changes
<ACTL> /* Tue Dec 19 2017 14:10:03 */
<ACTL> --1-- Start active link processing -- Operation - On Modify
<ACTL> For Schema -Critical Incident Report
<ACTL> On screen type - SET
Regards,
Saurabh
-
4. Re: Stay on same record after saving the data on Custom form
Saurabh Maheshwari Dec 19, 2017 7:46 AM (in response to Saurabh Maheshwari)Hi All,
Issue has been fixed. I think existing field got corrupted.
I created new button and performed same action (commit action on button using active link).
Regards,
Saurabh
-
5. Re: Stay on same record after saving the data on Custom form
PAWAN KAUSHIK Dec 20, 2017 1:00 AM (in response to Saurabh Maheshwari)It's great