function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tangotango 

Closing window from custom Link/WIL

I was trying to use a WIL to allow users to create a related object to a CASE.

Is there a way to change or use a retURL that can close the pop up window?

Can you use an sControl to execute the url and then close the window?

Code:
https://na1.salesforce.com/a0G/e—retURL=%2F{!Case_ID}&CF00N30000001RkL3_lkid={!Case_ID}&CF00N30000001RkL3={!Case_CaseNumber}&RecordType=012300000009BHe&rt=01I30000000DlrN&cancelURL=%2F{!Case_ID}

Thanks

DevAngelDevAngel
I think your out of luck here.  If you are popping up the salesforce application, then the behavior of the save, ie save then close window, is not accessible to you.