• Rastogi
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 2
    Replies
Hi

I was able to compose a single email and send it. I created the object using the following syntax:

 var single: SingleEmailMessage = new SingleEmailMessage();

I am trying to create a MassEmailMessage object but i am unable to do so in flex.

 var mass: MassEmailMessage  = new MassEmailMessage();

I get the following error message:

  Type was not found or was not a compile-time constant: MassEmailMessage.

Regards

Rajat
Hi

I was able to compose a single email and send it. I created the object using the following syntax:

 var single: SingleEmailMessage = new SingleEmailMessage();

I am trying to create a MassEmailMessage object but i am unable to do so in flex.

 var mass: MassEmailMessage  = new MassEmailMessage();

I get the following error message:

  Type was not found or was not a compile-time constant: MassEmailMessage.

Regards

Rajat

I am trying to insert a custom object into salesforce using sforce api. It works for our Salesforce instance A but does not work for Salesforce instance B. Any help would be greatly appreciated.
Hi
 
I am able to access picklist values for all other standard objects like Contact, Account and Campaign but i get blank for Task. How do i get the picklist values for Task.
 
Regards
 
Rajat
Hi,

I have a question regarding navigation between Salesforce and Custom Tab Applications.

Users can navigate to our application through a Salesforce custom tab.

There are links within the custom application which navigate the user back to Salesforce (ie Account records, etc.). Once the user has seen the Account information When a user is finished browsing the Salesforce record, sh/e may click the back button in the browser to go back to the custome application. Our custom application is reloaded and the previous context of the application is lost. Is there a way for us to preserve the previous context?

I believe the context of our application is lost due to the Salesforce pages including the custom tabs inside iframes, where the parent page is set to automatically expire.

Is there anyway to workaround this?

Any help would be greatly appreciated.

Thanks!
Rajat

Message Edited by Rastogi on 01-19-2006 02:08 PM

Hi
 
I am able to access picklist values for all other standard objects like Contact, Account and Campaign but i get blank for Task. How do i get the picklist values for Task.
 
Regards
 
Rajat