• Ilayaraja Ponnusamy
  • NEWBIE
  • 0 Points
  • Member since 2015

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

Hi,

I tried ajax call to the url "http://localhost:4060" from lightning component. it shows the below ERROR.

aura_prod.js:15 Refused to connect to 'http://localhost.4060/data' because it violates the following Content Security Policy directive: "connect-src 'self' https://api.bluetail.salesforce.com https://staging.bluetail.salesforce.com https://preprod.bluetail.salesforce.com http://localhost:4060 *.ap7.visual.force.com https://ap7.salesforce.com".

I've added the url in csp but still the same ERROR is there. And I see the url "http://localhost:4060" is converted to "http://localhost.4060"
the Colon is convert to dot at runtime.

need help to resolve this.

I've been trying to search records based on phone number.
In salesforce records the phone numbers are stored in two formats such as "0123456789" and "(012) 345-6789"
I'm using "findOrCreate.map.doFind" method in pre-chat page to do the search and popup.
Search takes either one phone format at a time.
How to search for both formats?

I've been doing record search and popup in salesforce using live agent pre-chat page.

Is there any way to dynamically set the search conditions in pre chat page, from an external application like webApp/WindowsApp/API request

Hi im using OpenCTI searchAndScreenPop() function to search the records in salesforce.Im able to get popup for Contact,Lead,Account but for Opportunity its not working. Anyone has idea to make this working.

Thanks in advance.
Hi,
i am struggling to create activity history for any of my records in salesforce using partner.wsdl.

Any one could you please give me the solution for this?

Thanks.....
Hi All,

I am trying find a contact by phone number.

I'm able to find a Contact whose phone# is exactly xxxxxxxxxx or something like +xxxxxxxxxx but it can't match numbers like:

91xxxxxxxxxx(Start with country code)

xxx-xxx-xxxx

(xxx)  yyy - zzzz(multiple embedded blanks)

So, in case the phone number is not stored in correct format, the contact is not found even though the phone number is basically the same.
Hi,
i am struggling to create activity history for any of my records in salesforce using partner.wsdl.

Any one could you please give me the solution for this?

Thanks.....
Hi All,

I am trying find a contact by phone number.

I'm able to find a Contact whose phone# is exactly xxxxxxxxxx or something like +xxxxxxxxxx but it can't match numbers like:

91xxxxxxxxxx(Start with country code)

xxx-xxx-xxxx

(xxx)  yyy - zzzz(multiple embedded blanks)

So, in case the phone number is not stored in correct format, the contact is not found even though the phone number is basically the same.
Hi,

How to deploy a asp.net application in salesforce