function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
cwoodcwood 

Unable to programmatically access LookupPage

I'm trying to include a Lookup control in an application exopsed via a custom URL tab, but not have run into a problem. When my (PHP) script tries to get the contents of the popup (by making a request to something like https://na1.salesforce.com/_ui/common/data/LookupPage?lknm=cas3&lkfm=editPage&lktp=003&maxw=11361 and passing a cookie with sid=[my valid session]), I get a message sayng there's something wrong with my session. However, the exact same approach works fine with the calendar.jsp popup. Any ideas?

Thanks,
Charlie
cwoodcwood
Never mind. I was able to get around the hash validation stuff, but I can tell I'm going about this in the wrong way. I think I'm going to back up and redo this as an S-Control so I can have access to the various pickers in the intended fashion. Eww-JavaScript. :)

-Charlie

Message Edited by cwood on 06-22-2006 03:45 PM