I am in big problem which is very simple I believe for you. Hope someone will help me out.
I have a site in 3 environments. DEV, Staging, Production. I have a document library which has the infopath form template enabled in it and user has 3 infopath tempaltes in new button of library toolbar. User selects the template and save the infopath to
the document library. A workflow is added on the library when a new item is added and it will trigger and fired on the item.
In the workflow I am writing some description and infopath url in it. In
staging when I check the url, it is sending as below:
http://sharepoint/praveen/PHX10-SC130/_layouts/FormServer.aspx?XmlLocation=/praveen/PHX10-SC130/ProjectReports/Released/Report%202010-10-28.xml&OpenIn=browser
The above is the format I actually needed to open infopath form in browser instead of client application.
But, when I check for the url in the mail from any other environment like
dev or production, it is sending as below:
http://sharepointsite.com/praveen/PHX10-SC130/ProjectReports/Released/Report%202010-10-28.xml
But, this is opening the item sometimes in Infopath client and some times it is prompting for open, save and save as option in browser.
All environments are having the same site and configuration. I have check
View Complete Post