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
trick.ax1374trick.ax1374 

Visual force and Flex?

Hi Friends,

 

From flex application, first, we have to login to the salesforce and then reteieve session id and other info etc.

In the below given code ,can somebody explain what does {!$Api.Partner_Server_URL_90} means.

How do we retrieve this info? Which URL it signifies?

 

<apex:flash src=”{!$Resource.MyChart_SWF}" width="500" height="300"

 

12

            flashvars="sid={!$Api.Session_ID}&surl={!$Api.Partner_Server_URL_90}&aid={!account.id}"/>

 

 Thanks ,

Trick001

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

colemabcolemab

$Api.Enterprise_Server_URL__xxx: The Enterprise WSDL SOAP endpoint where xxx represents the version of the API. For example,

 

From $Api section of :

http://login.salesforce.com/help/doc/en/dev_understanding_global_variables.htm