Create a task leads back to old Lead View

I have a button that uses the SF method to log a call, create task and create an event. After I do the log, I’m sent back to the Old Lead View for SF instead of the newly created Skuid View even though my view setting for Lead is set to open as skuid. This only happens when i use these buttons. It’s highly possible the save button forces a link open but I dont known how to make that change. Here’s the URL link i use /00T/e?title=Call&who_id={{$Model.Lead_Info.data.0.Id15}}&followup=1&tsk5=Call&retURL=%2F{{$Model.Lead_Info.data.0.Id15}}%3Fnooverride%3D1%26sfdc.override%3D1%253FobjectType%253DLead

Probably not the answer you want to hear, but you should be able to recreate all of that in skuid using the action framework and then redirect to your squid page as your last step.

The retURL is set with nooveride. Remove
%3Fnooverride%3D1%26sfdc.override%3D1%253FobjectType%253DLead
and try again. Should work straight away.

Thanks mB Pat Vachon, That worked out.