• Andy Boettcher
  • ALL STAR
  • 5455 Points
  • Member since 2011
  • Salesforce MVP | @andyboettcher | Chief Architect @demandchainsys
  • Demand Chain Systems


Badges

  • Chatter
    Feed
  • 171
    Best Answers
  • 0
    Likes Received
  • 2
    Likes Given
  • 4
    Questions
  • 2021
    Replies
Hi team,
i am not able to find the quick link botton to add the quick link created in earlier step. Can u please help me on this?

Rgds
Hari

 
I need to update the status of lookup filters, is it feasible to do so through tooling api or jforce api if yes, please let me know how to achieve this?

Thanks in advance!
hi, i am publishing an app on appexchage and had passed my salesforce organisation security and review scan but , but as my app is getting data from my ruby on rails website through rest api, now salesforce reviewers are asking for the my website security scan report also from zap or other security scnanners provided by them and my website is having some security header issues. is it really that much necessary to provide scan result of my website too.
Hi,

We have an issue with the Salesforce1 LookUp ,Currently it shows only one column for account object (Name which can have duplicates) this makes it difficult, for users to select the correct related record if there are multiple records with same names.There is one idea posted on this (https://success.salesforce.com/ideaView?id=08730000000DkMjAAK).
I want to know if there is any workaround for it .(using Coding to customize this functionality?).

Thanks,
Gayathri
See this as a warning for everyone using Metadata type. 
When adding a boolean field to an existing set of lines, this boolean shows as false, but in APEX it does not react as false. Marked the field and unmarked same field solved the issue for me.

Looks like the field is not initiale correct for SOQL queries. It showed correct values.
Be aware
Hi,
The code snippets are incomplete in the trail named "Build an Account Geolocation App". I was unable to complete some tasks.Whenever I preview my application, it gives a the error as shown
in the screenshot. Can you please give me an idea where this problem might be? I would be really grateful.​

User-added image
I am looking to take a date/time field and make it look like an email forward date.
I am looking to create an email template that looks like an email forward. The goal is to create a workflow for a new field 'Last Email Sent Date' inside of the field use a formula to achieve the folliwng.

"Sunday, January 10, 2016 10:59 AM" 

I am getting the following error message

Error: Syntax error. Missing ')'

After reading through the help discussion and help posts, I am assuming this is the correct formula for the inpute field
CASE(
  MONTH( date ),
  1, "January",
  2, "February",
  3, "March",
  4, "April",
  5, "May",
  6, "June",
  7, "July",
  8, "August",
  9, "September",
  10, "October",
  11, "November",
  "December",

CASE(
  MOD( date - DATE( 1900, 1, 8 ), 7 ),
  0, "Monday",
  1, "Tuesday",
  2, "Wednesday",
  3, "Thursday",
  4, "Friday",
  5, "Saturday", 
  "Sunday"
)
 DATEVALUE("EEEEE, MMMMM dd, yyyy hh:mm a")
We are looking to minimize the number of Full licenses we use and my management would like to use forms for data entry and restrict users to chatter plus license only.  What are we losing going that way? 
We are developeing a VF page where we can capture customer signature and attach it to the record.
The code is developed based from  following 2 posts.

http://corycowgill.blogspot.in/2013/12/capturing-signatures-with-html5-canvas.html
http://blog.jeffdouglas.com/2010/07/14/attach-a-pdf-to-a-record-in-salesforce/


It's done it 2 steps.
First we capture the signature and save it to aatchment as png file.
Second in the Visulforce page we refer this image to include in the VF. (The singnature doc Id is passed as URL parmenter )

This is how it's referd in the VF page that is redered as PDF
 <apex:image Url="https://c.cs41.content.force.com/servlet/servlet.FileDownload?file={!$CurrentPage.parameters.fileId}"  />
 
 The fileId is the attachment ID of the signature impage

The problem we have is once this page is attached to the record the image is broken. It's not diplaying image.
If I harcode this tag like below

 <apex:image Url="https://c.cs41.content.force.com/servlet/servlet.FileDownload?file==00P55000000HHz1"  />
 
 Every thing works fine.
 
 I debugged and verified that the URL parmenter is getting the right value.
 
 I would like your help to fix this issue.
<apex:page standardController="Account" extensions="reconInventoryController"  renderAs="pdf"  >
<apex:form >



<!---
<apex:outputPanel styleClass="panelWrapper" layout="block">
    <apex:pageBlock title="Inventory Updated" >
    </apex:pageBlock>
</apex:outputPanel>
--->

    <apex:pageBlock title="{!theAccount.Name} - Inventory Dated ( {!Today()})">
  

      
         <apex:pageBlockTable value="{!inventories}" var="c">
            
             <apex:column value="{!c.Name}" />   
            <apex:column value="{!c.Pendant_Serial_Number__c}" />
            <apex:column value="{!c.Shelf_Life__c}" />
            <apex:column value="{!c.Ship_Date__c}" />
            <apex:column value="{!c.Phone_Serial_Number__c}" />
           
            <apex:column value="{!c.Data_Retrieval__c}" />
            <apex:column value="{!c.Status__c}" />
            <apex:column value="{!c.Comments__c}" />
           
        
            
        </apex:pageBlockTable>
        
       
        
    </apex:pageBlock>
    {!MySignURL}
    <!--
    <apex:image url="{!MySignURL}" width="256" height="256"/>
     <apex:image value="/servlet/servlet.FileDownload?file=00P55000000HSTHEA4"  />
    --->


    /servlet/servlet.FileDownload?file={!$CurrentPage.parameters.fileId}

 <apex:image url="/servlet/servlet.FileDownload?file={!MySignURL}" />

  <apex:image Url="https://c.cs41.content.force.com/servlet/servlet.FileDownload?file={!$CurrentPage.parameters.fileId}"  />
 
 <apex:image value="{!URLFOR($Action.Attachment.Download, $CurrentPage.parameters.fileId )}" />
    
    
     
     
    </apex:form>
    </apex:page>
Here is the screenshot of the PDF that got attached through the code.
User-added image

I tried 3 diffrtent ways to display the image here as shown in the VF code. But none of them worked. 
Can any body find what Iam doing wrong here.
I'm trying to track the users geo location, the release notes (summer 15) does not provide sufficient information.
What are the steps or how do I configure Login Geo to obtain the users geo location and draw the map
Is there a way to increase the Entitlement Process limit? i've tried going through salesforce support but it just keeps sending me here saying

"Developer support for standard customers and partners is supported directly through our community. If you have a developer support question, please click here"

And won't let me fill out a case to submit.

If anyone has any idea's I would greatly appriciate it.

Many thanks,
Adam Hayden
What are differences b/w custome sales process and standard sales process.
Hi,
I implemented SF to SF integration using WSDL and Partner WSDL. And it's working as expected. 
Task record created in Org1is getting integrated with Org2.
What my requirement:

1. The attachments of Tasks should also be synched to another Org2.
2. Lookup fields should also be synched with Org2

Please help me on this?

Thanks in advance
Hi All,

What are the different ways for Lightning component deployment ?

Appreciate you help.
Hi,

I am query Opportunity for Last 90 days. I would like to show the each table for weekly opportunity record in this 90days opportunity. So how to i have split the weekly record for sperate from last 90 days record. For example below like this

First Table: 2-12-2015 to 9-12-2015
Name Createddate Amount

Second Table: 10-12-2015 to 17-12-2015
Name Createddate Amount

This is again repeated for Last 90days Record. If anyone know reply to me how to achieve this.
We have a custom button on detail page. On click of the button, we create a task and we want the user to receive email notification regarding the same. I tried using dml header option but it doesn't work. 

//sample code 
var task = new sforce.SObject("Task"); 
----
----
sforce.connection.emailHeader =  { triggerUserEmail : true};
result = sforce.connection.create([task]);

 
I have implemented some logic to reconnect sandboxes through s2s connection after sandbox refresh and use self callouts for that, but apparently something has been changed in Salesforce recently which breaks my functionality.

Looks like now each time when I do callout from Salesforce, it changes IP address each time when callout is made. I believe before it was working fine.
I mean there was one IP address for several transaction and several callouts which made me possible to write some "Browser" class. I was able to identify salesforce IP Address in the list of Login History of my user and it was exposed, and I was able to add it to the Network Access whitelist.
Now it just says "Salesforce.com IP" but doesn't expose that IP.
When I try external tools to detect Salesforce IP it appears to be different at each HTTPCallout (not only each transaction) and these IP addresses

 90.66.44.51,
 47.88.200.216,
 88.136.180.127,
 166.37.94.227,
 102.27.105.71,
 194.38.160.218,
 28.223.203.168,
 104.100.211.38,
 130.97.39.91,
 185.44.248.223,
 253.132.217.3,
 86.55.62.241,
 35.22.219.18,
 90.66.44.51,
 168.89.106.144,
 238.169.209.111 etc

 are out of range of Salesforce IP Addresses documented  here:
https://help.salesforce.com/apex/HTViewSolution?id=000003652


> IPv4 Networks IPv4 IP Address Ranges Date Added       ARIN
>  
> 96.43.144.0/20
> 96.43.144.0 - 96.43.159.254
>  
> 136.146.0.0/15
> 136.146.0.0 - 136.147.255.254
>  
> 204.14.232.0/21
> 204.14.232.0 - 204.14.239.254
>         RIPE
>  
> 85.222.128.0/19
> 85.222.128.0 - 85.222.159.254 April 14, 2015
> 185.79.140.0/22
> 185.79.140.0 - 185.79.143.254
>         APNIC
>  
> 182.50.76.0/22
> 182.50.76.0 - 182.50.79.254
>  
> 202.129.242.0/23
> 202.129.242.0 - 202.129.243.254

Does anyone knows what kind of new feature this is and if is it possible to turn this off or to get the complete list of Salesforce IP addresses to make it able to add to Network Access range?

I tried to add 0.0.0.0-255.255.255.255 but it says IP range too large

=====================================

Update: let me explain what is the problem.
So, when I try to make HTTPCallout from Salesforce to itself to login, it says:

1/4/2016 12:51:05 PM EET    Salesforce.com IP    Application    Failed: Computer activation required    Browser    test.salesforce.com     

and sends me activation code to the email, but even if I use that code and sends another HTTPCallout it would be invalid, since another callout will be made from another IP Address and previous code would be invalid.