Boris Yasen
07/28/2023, 4:21 PMreturn new MyCustomModalView({
application: this.application,
invoices: selectedInvoices,
from:'openlist',
view: this,
}).showInModal();
It worked before but somehow it is not working. When I go to that view, its initialize()
is called.
Is something updated in SC 2023.1?
initialize()
is called, but getContext()
seems like not called.Steve Goldberg
07/28/2023, 4:54 PMSteve Goldberg
07/28/2023, 4:55 PMBoris Yasen
07/28/2023, 4:56 PM