Hello Team,
How can we refresh form after Quick Create record using javascript
Note : Both are Different form
Hello Team,
How can we refresh form after Quick Create record using javascript
Note : Both are Different form
Hello Necdet Saritas,
Here my both Entity is different Quick create form (Project) Entity and This project is i updated to (OrderLine) Entity Lookup Filed(Project)
Hi,
Please try this:
function onLoad(executionContext) {
var formContext = executionContext.getFormContext();
formContext.data.entity.addOnPostSave(refreshForm(executionContext));
}
function refreshForm(executionContext)
{
var formContext = executionContext.getFormContext();
formContext.data.refresh(true);
}
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,556 Super User 2024 Season 2
Martin Dráb 228,625 Most Valuable Professional
nmaenpaa 101,148