• Saba
  • NEWBIE
  • 0 Points
  • Member since 2008

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

Hi..

Need some help here...Im using API to insert Task. But every time I create task using API the email notification will not be send to the Owner of the TASK. Even I set send email notification as default in UI, when I try to load using API its still not work...

 

Appreciate if anyone can give me an advise or guideline regarding this issue.

 

Thank you in advance!

Message Edited by Ninie on 07-09-2009 02:34 AM
  • July 09, 2009
  • Like
  • 0
Hi,
 
There are two Visual force pages i have,
 
One is for master custom object and another is for detail custom object
now what i have to do is when user click on save button on master vf page it will redirect the user to Detail vf page and also set the Id and Name of Master record in the apropriate <apex:inputfield> of master's in detail vf page.
I tried it with javascript and querystring, but its not work..
 
anyone has idea about it?
any help/guidance pls?  
 
 
Thanks