• Bubu
  • NEWBIE
  • 10 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 3
    Replies
I am sending email from my trigger where I am using VF template .I want to track my client has opened the email or not ?
Can any one suggest me any solution .

I have checked with html email status whiic is not working when I am using template why bcause setTaegetObject()  is mandate to rerender the merge fields .

Please help  !!
Thanks in advance  !!

Thanks
Bubu 
  • September 26, 2016
  • Like
  • 0
Hi All ,

If we have written any escalation rule ,then in escalations page we can see the escation time .I need to pull that time and display in the case  layout .
Please suggest .
 
  • June 22, 2016
  • Like
  • 0
Hi All,
I want to configure External Data Sources in sfdc.Here I have doubt about the types of External Data Sources .and cost of each type .Can any who has alredy used this and has knowledge about all types .Please help me .

Thanks
Bubu
  • June 09, 2016
  • Like
  • 0
Hi All,
Action function is not working in Mozila fire fox ,however it is working in Chrome .Why I have added funTwo here as I need to implement confirm dialog on this .
 
<apex:page controller="TesActFunction">
	<apex:form id="frm" >
		<apex:commandButton value=" Test" onclick="funOne();"/>
		<apex:actionFunction action="{!actionMethod}" name="funTwo" reRender="frm" />
	</apex:form>
	<script>
		function funOne(){
			funTwo();
		}
	</script>
</apex:page>
public class TesActFunction {
	public PageReference actionMethod() {
        System.debug('mmmmmmmmmmmmmmmmmmmmmmmm');
        return null;
    }
}

Please let me know if any one has any work around .
 
  • March 31, 2016
  • Like
  • 0

Hi Friends,

           I have a requirement When I m selecting a single checkbox I m able to call a method in controller through actionSupport.
           when I am selecting a selectAll checkbox all checkboxes are selecting,
           but the actionsupport inside the checkbox is not calling the method,selctall functionality which I m aciving by javascript.


Any help would be greatly appreciated!!

  • July 23, 2012
  • Like
  • 0
Hi All,
Action function is not working in Mozila fire fox ,however it is working in Chrome .Why I have added funTwo here as I need to implement confirm dialog on this .
 
<apex:page controller="TesActFunction">
	<apex:form id="frm" >
		<apex:commandButton value=" Test" onclick="funOne();"/>
		<apex:actionFunction action="{!actionMethod}" name="funTwo" reRender="frm" />
	</apex:form>
	<script>
		function funOne(){
			funTwo();
		}
	</script>
</apex:page>
public class TesActFunction {
	public PageReference actionMethod() {
        System.debug('mmmmmmmmmmmmmmmmmmmmmmmm');
        return null;
    }
}

Please let me know if any one has any work around .
 
  • March 31, 2016
  • Like
  • 0