Hi,
I am using application.createWindow to show a related dataset in a JSWindow.MODAL_DIALOG. In that window I create a duplicate record which also creates a new record in the original form. All of that works fine and in Smart Client the newly created record data in the original form will also be visible in related fields from that original form after running the ‘relookup’ function. However in smart client that related data doesn’t show up after creating the records. If I manually go to a different record and come back it does but not straight out of the method. I’d really like that new related fields to show because some of that data might need to be edited (as they were simply duplicated from a record and some values might be different).
I haven’t really done much with web client so not sure if there is some other way to get it to refresh. Anything else I should try?