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
IraIra 

URL to populate an Opportunity page

I have tried to search for an answer, but could not find it. So, forgive me if this has already been asked.

 

 

Using VB6 I will be able to get either the Caller ID or the main telephone number of an Opportunity client.

 

With that, I will query the Opportunity table to 1)get a possitive match 2)No match. No problem doing this.

 

If a match is found, I need to know what the URL would be to open the browser (ie8) and display to the user the Opportunity page.

 

I can ShellExecute the browser with a URL. I just need to know what the URL would be using either the Opportunity ID or Caller ID.

 

If no match is found from the Caller ID, I belive I will be able to create a new Opportunity record and again I would need to open the browser with the URL displaying the new record.

 

TIA,

 

Ira