You need to sign in to do that
Don't have an account?

In a VF page, how to use JS wait/async methods
I'm trying to force sequential operation within a VF page, waiting for one pop up to exit before closing the original page.
The use case is this:
The use case is this:
- quickaction button calls VF page
- VF page runs javascript that calls sforce.one.editRecord
- once the sforce.one popup is closed, then and only then
- close the originating page