User logs into sharepoint, and fills out their project, subtask, or milestone
clicks submit and posts to list, and emails relavant users
relavant users respond via email, but no record of this transaction ever occurs
So, can we send the user a link to the form? if so which function would give the relavant URL to that list item? (have used envoded absolute URL in other scenerio's, but not available within infopath without the use of workflow.
I dont want to use workflow since it would send out 2 emails, and would be confusing. Maybe writing the xml to a doc library would work fine, and I could just reference encoded absolute URL to the XML in the doc library would work, but Its possible that the users would overwrite the list item with stale data if I had just updated the list, since that would be 2 entry points to update the list item. So this option isnt perfect.
It would be perfect if I could reference the list item's URL, and have that attached to the top of the email, similar to what your forum does. This way if another user was using the same list item, it would just warn you that you are about to overwrite other users data.
Let me know what you think.