Task Question
Hi there,
Is there a way to redirect a user back to the original site after entering data on as task? For example, we have tasks that allow users to enter data in "form-like" view. After
entering data, I would like that task to close (obviously when the user clicks OK) and go back to the original site without displaying a SharePoint spreadsheet or access web datasheet.
-Esteban
Microsoft manager to programmer: You start coding. I'll go find out what they want ...
May 16th, 2012 5:38pm
Hi,
The URL to go back after submit the page depends upon the query string "source" parameter value. If you check the query string string of the page, you will be able to see "Source=" in that.
Request you to please check that by entering you Home page URL in "Source=" parameter.
I am not sure where and how you want, but we can redirect the user to other page by restricting the Source URL in query string.
Regards,
Sachwani
Free Windows Admin Tool Kit Click here and download it now
May 16th, 2012 8:23pm
Hi,
The URL to go back after submit the page depends upon the query string "source" parameter value. If you check the query string string of the page, you will be able to see "Source=" in that.
Request you to please check that by entering you Home page URL in "Source=" parameter.
I am not sure where and how you want, but we can redirect the user to other page by restricting the Source URL in query string.
Regards,
Sachwani
May 16th, 2012 8:24pm
I will check today. Thank you.Microsoft manager to programmer: You start coding. I'll go find out what they want ...
Free Windows Admin Tool Kit Click here and download it now
May 17th, 2012 5:02pm


