Hi,
I'm working on setting up a portal.
The portal should show a list of contacts (contactlist webpage), when a contact is selected it should show a readonly (contactdetails webpage) screen of the selected contact with on the right side of the screen a couple of links, each link on the right should open a new webpage (create case webpage) with a webform of the entity portal_request. So far so good, I've managed to to this with a web link set. At this stage the contactid is in the querystring.
Now the difficult part:
When the new webpage (create case webpage) is opened I want the guid from the contact that was selected and where the id was in the querystring to be put in a lookup field called portal_contactid. so that the new portal_request record is linked to the contact.
Is there any way of doing this or does anyone have any suggestions on other solutions on getting this done?
Kind regards,
Rick Basten