Dynamic update of Grid in Process Factory.
When entering data in a field grid has to be updated immediately. This video was created by Krishna from CSS supporting Cordys process factory applications. Please provide your comments to improve the efficieny.
Folllowing is the script on click on save button to update the grid dynamically.
function c_fld_SavetheRecord1_Click(eventObject)
{ DEPTModel.reset(); DEPTGrid1_navRefresh.click();
}
Link to this comment:
All Comments (0)