• raju
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 7
    Questions
  • 5
    Replies
When we created the Test-Drive, admin-user is working fine and also able to see all the pages with proper images from S-control HTML which are pointing to some Document URLs on the same domain for the same account.

However, when clicked on 'Test-Drive' for the same, it does NOT display the above said images properly (even though they are pointing to the same domain where the TestDrive account was hosted)

Please let me know whey it works in ADMIN account and why NOT in EVAL user?

Thank you
  • August 01, 2006
  • Like
  • 0
(1) We have account-1 (developer account on AppExchange) and as part of building a custom application (includes CustomTabs,CustomObjects,S-Controls), we also save some ICONS/Images as 'Documents' which are supposed to be used in S-control HTML as part of the presentation. For example, if the account-1 is hosted on na1.salesforce.com, the Documents were saves on the same domain. And, we had to hard-code the image-urls in S-control HTML which refer to na1.salesforce.com domain.

This works fine when the application was run within the same account.

(2) However, when the same app was packaged and published, the 'Get It' link would install on a different customer's account (ex: account-2). Now, if the account-2 happens to be hosted on na2.salesforce.com, the internal images links hardcoded in S-control HTMLs were NOT updated to na2.salesforce.com and it causes the DISPLAY PROBLEMS because those images were NOT found or can NOT be accessed from within na2.salesforce.com domain.

What is the solution for this problem?

Any quick help and tips would be greatly appreciated

Thank you
  • July 31, 2006
  • Like
  • 0
When querying for records, can we use 'in' constraint in where clause ?
 
Expample: Select Name from Account where ID in ('1111', '2222', '3333');
 
Thank you
  • April 28, 2006
  • Like
  • 0
We have built an application using Java + AJAX toolkit that runs on AppExchange. As part of that, we had to define several Custom-Objects and also had to customize 'Opportunity' object. When the application was packaged to be downloaded and installed by other SalesForce Users, our package consists of Custom-Objects, etc. and we request them to customize the Opportunity object as part of installation process.
 
This application remotely connects to our internal server which provides some of the services and in our code, we had programmed the newly defined Custom objects such as 'MyCustomObject__c obj = new MyCustomObject__c()', etc. In order to use this reference, we need to have this object available in sforce.jar file. When we downloaded ENTERPRISE wsdl from AppExchange, we were able to achive that. However, when we download PARTNER wsdl, these classes and any other default classes (such as Opportunity) were not available.
 
How do we go about this? Should we use ENTERPRISE or PARTNER wsdl? If we use PARTNER wsdl, how do we get our newly defined custom-classes in it and how do we code in our programs to create/use them?
 
Your help would be greatly apprciated.
 
Thank you very much
 
  • April 27, 2006
  • Like
  • 0
We are using 7.0 version of API and also Ajax Toolkit.
 
In order to custom display the Opportunity object, we are trying to retrieve the Layout Specification using describeLayout() method and that seems to return the reference-key-ids for columns such as 'AccountID', 'CampaignID', 'OwnerID', etc. However, we need to make other API calls to get the string values to display these parameters. We are just wondering if there is any way to get all these details in a single call (less calls better).
 
Please let us know.
 
Thank you
  • April 12, 2006
  • Like
  • 0
I am using API 7.0 and also using Ajax Toolkit.
 
For a given Opportunity ID, we need to get the list of Products underneath that Opportunity object. Please let us know how to achieve that.
 
Thank you
  • April 12, 2006
  • Like
  • 0
We are using 7.0 API with AJAX Tool Kit.
From API, we need to get the list of VIEWS defined for Opportunity Object. Is it possible ?
 
Example: 'AllOpportunities', 'My Opportunities', 'Closing Next Month' and so on.
  • April 12, 2006
  • Like
  • 0
(1) We have account-1 (developer account on AppExchange) and as part of building a custom application (includes CustomTabs,CustomObjects,S-Controls), we also save some ICONS/Images as 'Documents' which are supposed to be used in S-control HTML as part of the presentation. For example, if the account-1 is hosted on na1.salesforce.com, the Documents were saves on the same domain. And, we had to hard-code the image-urls in S-control HTML which refer to na1.salesforce.com domain.

This works fine when the application was run within the same account.

(2) However, when the same app was packaged and published, the 'Get It' link would install on a different customer's account (ex: account-2). Now, if the account-2 happens to be hosted on na2.salesforce.com, the internal images links hardcoded in S-control HTMLs were NOT updated to na2.salesforce.com and it causes the DISPLAY PROBLEMS because those images were NOT found or can NOT be accessed from within na2.salesforce.com domain.

What is the solution for this problem?

Any quick help and tips would be greatly appreciated

Thank you
  • July 31, 2006
  • Like
  • 0
When querying for records, can we use 'in' constraint in where clause ?
 
Expample: Select Name from Account where ID in ('1111', '2222', '3333');
 
Thank you
  • April 28, 2006
  • Like
  • 0
We are using 7.0 version of API and also Ajax Toolkit.
 
In order to custom display the Opportunity object, we are trying to retrieve the Layout Specification using describeLayout() method and that seems to return the reference-key-ids for columns such as 'AccountID', 'CampaignID', 'OwnerID', etc. However, we need to make other API calls to get the string values to display these parameters. We are just wondering if there is any way to get all these details in a single call (less calls better).
 
Please let us know.
 
Thank you
  • April 12, 2006
  • Like
  • 0
I am using API 7.0 and also using Ajax Toolkit.
 
For a given Opportunity ID, we need to get the list of Products underneath that Opportunity object. Please let us know how to achieve that.
 
Thank you
  • April 12, 2006
  • Like
  • 0
We are using 7.0 API with AJAX Tool Kit.
From API, we need to get the list of VIEWS defined for Opportunity Object. Is it possible ?
 
Example: 'AllOpportunities', 'My Opportunities', 'Closing Next Month' and so on.
  • April 12, 2006
  • Like
  • 0