Wednesday, April 20

Creating Web Applet in CRM On Demand

Example : Creating Web Applet in CRM On Demand for Service Request detail page ,Account detail page...etc

 Solution:

<iframe src=https://secure-ausomxAAA.crmondemand.com/OnDemand/user/analytics/saw.dll?Go&Path=%2fshared%2fCompany_10011_Shared_Folder%2fOA&Action=Navigate&P0=1&P1=eq&P2=Account."Account%20ID"&P3=%%%Row_Id%%%&Options=f width=800 height=400></iframe>


Filter Parameters in above URL :-


AAA  = is the Server Name
Action=Navigate means We need this tell it we are navigating the report to a particular set.
P0 = 1 which Represents the number of columns we are passing filters into
P1 = eq: For the first column it is an equal condition (other operators are available but you will need to refer to the Siebel Analytics docco)

P2 = Account.”Account ID”  : The column in our report we are passing the query to. Might need to use %20.
P3 =%%%...    : The value we are filtering by

0 comments:

Blogger Widgets