• Manoj.mj
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 2
    Replies
Hi ,
   We have a marketing cloud script activity configured in an automation studio.The script has API callouts which returns huge chunk of data.So the issue we are now facing is the scripts are running successfully some times and its failing some times.But we are not getting any logs in the error email notification.So i seek help in understanding what is causing this failure .User-added image
I am implementing the external data source feature in the salesforce .After creating external data source i tried sync but it throws an error The server URL is invalid. Enter the server root URL of the external data source. Make sure that you escape any special characters in the URL. Any idea about how to escape server url?.I have implemented two integration in this but i dint get any error like this. https://xxxxx-xxxx.xxxxx.com/xxxx/xxx/xx/xx/xx/x_xx_xx_xx_xx/xx_xx this is what my server url looks like. i have hypen in the root https://xxxxx-xxxx.xxxxx.com
I am trying to create report to relate portal user and its contact who have campaign history.I'm able to relate contact and portal user but i couldn't get campaign history result.I created a report type like Users->Contacts(modified by)->campaign history->campaign member.Can anyone help me out to get the result?
Hi All,
          I am trying to access  reports from customer portal but its throwing "Insufficient previlage error" .And I am using Overage high volume customer portal license ,Is there any way to access reports from customer portal with my license.
Hi all,
              I am developing a customized expand and collapse function for a visualforce page,But the function slidetoggle()  not working can anyone guide me in this .ANd my code is the code is not entering into slide toggle function (),i searched lot of blogs i couldnt find solution.And this will be dynamic .
<apex:page >
   <apex:includeScript value="{!$Resource.jqueryCollapse}"/>
     <apex:includeScript value="{!$Resource.jqueryCollapse1}"/>
   <apex:includeScript value="{!$Resource.jqueryCollapse2}"/>
   <apex:includeScript value="{!$Resource.jquerycollapse21}"/>
   <apex:form >
   <html>
   <head>

   <script type="text/javascript">
    var j$ = jQuery.noConflict();
j$(document).ready(function($){   
   j$(function(){

   j$(".header").click(function () {    
   alert("Loopafe");
    j$header = $(this);   
     alert("Loopafe1");
    j$content = j$header.next();   
     alert("Loopafe"+content); 
    j$content.slideToggle(100, function () {  
     alert("toggle");     
             j$header.text(function () {           
             return j$content.is(":visible") ?j$(this).attr("src", "https://XxxxX.visual.force.com/resource/1404298250000/Minus") : j$(this).attr("src", "https://xXX.visual.force.com/resource/140xxx298250000/plusimg");
        }); 
    });    
}); 
}); 
});
</script>
  <style> 
    .container .content {
  display: none;
 padding : 5px;
 }
</style>
</head>
<apex:pageBlock >
<apex:pageBlockSection columns="10" collapsible="True" >           
   
            <img src="https://xxx1.visual.force.com/resource/140xxxx50000/plusimg" class="header" />
             <apex:outputText value="First" id="theFirst"/>
            <apex:InputText />
        </apex:pageBlockSection> 
  </apex:pageBlock>
   <div class="container">
          <div class="content">
             <apex:pageBlock >
               <apex:pageBlockSection columns="5"  >
                   <apex:outputLabel value="Collapse"  id="theSecond1"/>
                   <apex:inputText /> 
               </apex:pageBlockSection>               
           </apex:pageBlock>
       </div>
  </div>
              
 
 <body>


</body>
</html>

</apex:form>
</apex:page>

i have a visual force page with four div's each div has a header and when the vf page loads intially i want only the headers to be viewed intially and on  clicking  the expand(+) in each div i want the content,and collapse(-) be viewed.How to achieve this expand and collapse of divs using jquery on clicking the images(+) to expand and (-) to collapse.Please help.Thanks in advancew1
  • April 25, 2014
  • Like
  • 0
Dear Salesforce Team,
Can somebody share his/her experience of integration SAP and SFDC. Actually we want to view data from SAP to SFDC and send data from SFDC to SAP without saving data in SFDC.

Can you please share your thought on this.

Best Regards,
VInod Kumar