The Client List will display a list of all the client records.
Into the Success text area add the following code:
EcxPageNav.Util.closeManagedTab(window.__deleteRecord, navDetail); |
In the Callback Action tab add the following code:
window.__newRecordId = args['Id']; window.__newRecordName = args['FirstName']; EcxPageNav.Util.openManagedPage(null, navDetailFromNew); grdResult.getStore().reload(); |
Into the configuration window, add the following code:
EcxPageNav.Util.openManagedPage({}, navNew); |
The Client Search will quickly allow for searches among records