Is it possible to refresh force createrecord event?

Is it possible to refresh force createrecord event?

Current force:createRecord always redirects to the newly created record. But in case if you want to just close the force:createRecord popup after save and refresh some other related component using the refresh is not possible.

Where can I Find my MyQuest test results?

View MyQuest results in the Apple Health app. Most test results can be shared by phone, while others are best shared during a follow-up doctor’s visit and discussion. Work with your doctor on how best to share your test results. In either case, it’s important to discuss your results with your doctor.

Why does force createrecord always redirect to new record?

Current force:createRecord always redirects to the newly created record. But in case if you want to just close the force:createRecord popup after save and refresh some other related component using the refresh is not possible. Much needed. Very much! I need to do something after the panel is destroyed!

Is there a callback method for force createrecord?

Give it an upvote or downvote. Idea has been posted. Give it an upvote or downvote. Currently force:createRecord event does not accept any callback method or any after save event to handle custom action. Current force:createRecord always redirects to the newly created record.

Is there a way to reload the form after saving?

Because after saving all fields will be disabled, but that is not happening unless I manually reload the form again after save. I used the Xrm.Utility.openEntityForm () command to reload after save command, but this time I am getting a popup “Your changes are not saved. are you navigate from this page”.

How to force refresh form after save Stack Overflow?

You can achieve by placing Modified On field on the form. And set visible by default property to false. Create On Change event on Modified on field and provide above function name. Thanks for contributing an answer to Stack Overflow!