-
Notifications
You must be signed in to change notification settings - Fork 802
Lookups Refresh Lookups on TypeScript
Victor Tomaili edited this page May 3, 2021
·
1 revision
Splitted the cheat sheet of Wesley Huang into more specific parts for easier finding the topics.
When you do edits on typescript, you may need to refresh the lookups on the client Side. Just use: Q.reloadLookup("<LoookupKey>")
Retrieved from CustomerDialog.ts
onSaveSuccess(response) {
super.onSaveSuccess(response);
Q.reloadLookup('Northwind.Customer');
}
Copyright © Serenity Platform 2017-present. All rights reserved.
Documentation | Serene Template | Live Demo | Premium Support | Issues | Discussions