Hi
My parent form is Projtable. I have created a extension of it. The form extension contains a button and after button click I open a newly created form.
New created form insert data into psaprojschedrole table. After I close this form the grid inside "project team & scheduling" tab should refresh with new data. This is not working.
I have override the canClose method of child form and written following code
Option1:
Formrun = element.args().Caller() ;
#Task
Formrun.task(#taskF5);
Option 2:
Refreshed the datasource of parent form
FormDS.research(true);
Both the options are not working.
Pradeep M