To refresh a formlistpage
To refresh a formlistpage , when u double click the list page and create a new record in form then the created new record wont appear in list page use the below code to refresh the list page from the purchrfqcasetable form close() method …
if (element.args().caller().name() == formStr(purchrfqcasetablelistpage))
{
{
formlinkdata = element.args().record().dataSource();
formlinkdata.research();
formlinkdata.refresh();
}
formlinkdata.research();
formlinkdata.refresh();
}
No comments:
Post a Comment