The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
0answers
27 views

Payment Gateway Implementation [closed]

Am developing small application with online payment using credit cards. will be thankful if anyone help me to implement payment gateway.
0
votes
0answers
17 views

working around SecurityToken requirements if the org is using IP access restrictions?

We are testing some enterprise integration plugins that seem to require a Security Token when setting up the connection to our org. We are, however, not using the security token method, but rather ...
3
votes
0answers
24 views

SSL invalid certificate exception when using secure.force.com

I am trying to connect to a custom RestResource via HTTPS. The custom RestResource is available via a Site and is accessed using the Site Guest User. The URL that I am using to access the site is ...
1
vote
1answer
23 views

Stop triggers from firing on timed import [duplicate]

I am currently working on an integration into Salesforce where we need to poll an external database and push a bunch of data into and out of SF. Its mostly gone smoothly, but I need to disable our ...
1
vote
1answer
38 views

Status triggers and comment triggers

This is my first time working with Salesforce, and am having trouble finding my way. Hope someone here can point me in the right direction. I added a new status "Send to Remote" to the "Cases" app in ...
0
votes
0answers
48 views

Event Sync - Salesforce Public Calendar with SharePoint Calendar

The ask is to sync the event details from Salesforce Public Calendar with SharePoint Calendar. This should happen when an event is created in SF. I would like your views on the feasibility of using ...
1
vote
1answer
42 views

Error:Dependent class is invalid and needs recompilation

I am trying to connect Salesforce with SAP using WSDL code generated to retrieve the data from SAP. If i give the AccountNo in salesforce it must the fetch the related data from SAP. Here i have ...
0
votes
2answers
43 views

Sending images inline in html content through amazon ses api triggered through apex callout

http://www.modelmetrics.com/technology-viewpoint/cloud-to-cloud-using-aws-simple-email-service-from-force-com/ I am using above blog content and this is excellent article on how to send emails ...
-2
votes
0answers
29 views

List of all external systems which can be integrated with Salesforce? [closed]

I need a list of all external systems which can be integrated with Salesforce. Please feel free to reply even if it is not an exhaustive list.
-4
votes
0answers
40 views

SQL Server integration With Salesforce

We are currently integrating MYOB with Salesforce. As MYOB Exo stores their data in SQL Server, I need to retrieve the data directly from the SQL Server to salesforce. Can we achieve it by Apex coding ...
0
votes
0answers
22 views

How to connect to SAP from Salesforce with the SAP SD wsdl [duplicate]

Having SAP SD WSDL file how can I connect to SAP from Salesforce ? After connecting with salesforce, I only want to view the data. 1.Now i convert this WSDL file into apex classes next step what can ...
-2
votes
1answer
59 views

Enterprise wsdl error: Unsupported schema type: {http://www.w3.org/2001/XMLSchema}anyType

currently am in working salesforce integration with sap using web services, Under Enterprise WSDL,click on “Generate Enterprise WSDL” and save it as a .wsdl file on my local machine. That .wsdl ...
-5
votes
1answer
88 views

How to connect to SAP from Salesforce with the SAP wsdl

Having SAP WSDL file how can I connect to SAP from Salesforce ? After connecting with salesforce, I only want to view the data. kindly anyone tell how to resolve this. Thanks, Regards, Udaya
-4
votes
1answer
34 views

Salesforce integration With MYOB Step - by - step [closed]

We are currently trying for the integration of salesforce with MYOB accounting software. We need to know whether any free app available. if not please guide me with the step by step integration ...
3
votes
2answers
32 views

Best approach for integrating Converted Leadswith External Ids

Whats the best process for converting leads with external ids? I have an integration where I need to convert leads. The conversion needs to happen on an external id. I can't pass in the Salesforce ...
2
votes
2answers
64 views

Does anyone know how to upload a file from within Salesforce up to an existing Box folder?

We are using the Box Widget in our Salesforce client and this allows our users to easily upload files to Box' system. However, we also need to upload files that may have been added by users as ...
3
votes
1answer
41 views

Real time Integration - Approach

Scenario: From Salesforce on click of a button a Unique Id has to be passed to the external System which responds with 1000s of records which needs to be inserted in one of the SFDC custom Objects. ...
3
votes
1answer
44 views

how to show sharepoint documents in salesforce?

How to show sharepoint documents in salesforce? I should also be able to upload documents from salesforce directly to sharepoint if the users attach a document for a record in salesforce. Any idea ...
2
votes
3answers
85 views

How to (cross-domain) access Chatter Profile pics from Javascript code?

I have a JS library in a static resource. This library's code renders a with a Chatter Profile picture taken from the results of a [SELECT FullPhotoUrl FROM User] Or at least tries to. This ...
4
votes
1answer
122 views

Issue in callout to an external REST service over HTTPS from Salesforce

I have to make callout to an external REST service from salesforce. Service provider has shared an 'HTTPS' endpoint with me. I am able to access the service by simply pasting service endpoint in ...
2
votes
1answer
52 views

JS remoting question

I am a newbie to SF. We have a spring MVC application. The controller returns the result as JSON object. My task is to call that controller method using JS remoting and display the results in ...
1
vote
2answers
70 views

How to Check if a File is Encrypted or not?

I have a requirement to check whether a file is encrypted (using AES) or not before uploading. If not encrypted the upload should not happen and an Error Message should be thrown. How in APEX/Java ...
1
vote
1answer
32 views

Linkpoint 360 and Person Accounts sync in Lotus Notes

As of Salesforce documentation link http://help.salesforce.com/HTViewHelpDoc?id=lotus_person_accounts.htm&language=en_US We now cannot have Connect for Lotus Notes for organizations created after ...
2
votes
2answers
43 views

Integration (Enterprise Server Data -> Salesforce)

Scenario: I have to push about 2000 records (10 Text Fields each) from an Enterprise Server into Force.com every night (a scheduled activity). I am planning the below approach. Using the Enterprise ...
4
votes
2answers
98 views

Data Loader CLI and Encryption

We wanted to use Data Loader CLI (scheduled nightly) to push records into SFDC from a CSV file; however one key requirement is to encrypt (using AES256) while the data is pushed from the Data Loader ...
-1
votes
1answer
21 views

How to integrate the salesforce with php database [closed]

How to integarate and import the data from salesforce to php and from php to salesforce
3
votes
1answer
151 views

Node.js App takes 4-5 seconds to get response from Salesforce

I have a node.js canvas app that queries salesforce for accounts and there are only 10 of them , but for some reason it takes about 4-5 seconds before the response comes back. I have used both nforce ...
1
vote
2answers
222 views

Make visualforce page (pdf) available outside Managed Package

Is it possible to exclude a visualforce page that will be used for rendering a PDF from a managed package? The reason is, we have a standard PDF layout, but we want to give our clients the ...
5
votes
1answer
171 views

Integration - Outbound Messages - configure Endpoint URL dynamically!

Hello guys! Scenario: I am sure all of you come across this everyday if you do integrations. I have 2 sets of machines (Training and Production). The outbound messages in prod. instance point towards ...
3
votes
2answers
58 views

How to Integrate db2 AS400 Legacy ERP System to Salesforce?

We are going To plugin the Salesforce CRM system into our applications environment. This installation will require different integration processes between existing systems - some of them are legacy - ...
2
votes
2answers
207 views

IFrame into SalesForce

I would like to surface SalesForce into our on prem SSO application via Iframes. Currently we are hitting a snag whereby both VF pages and normal SFDC views do not support iframe rendering. Is it ...
2
votes
4answers
227 views

Salesforce Integration + Streaming API

The Salesforce Integration Patterns workbook suggests the use of the Streaming API to give an customer service agent a real time notification of a client payment. However the Streaming API is limited ...
2
votes
1answer
123 views

Get first 16 Bytes from Blob object decoded from Base64

I have to call an external REST service and I have to decode the response. From external service documentation I think I have to decode the response with AES algorithm in this way: public static ...
4
votes
1answer
76 views

Salesforce to Salesforce API - call apex methods

Salesforce Production org 1 - Class AccountUtil { public String ValidateAccount(String AccountName) { //validation logic return 'validation result'; } } Salesforce ...
0
votes
0answers
88 views

How to call web-service with parameter

I would like to call webservice from MS Access ( i have already code inplace in ms access to call any web page). How can I create a RESTful webservice with parameters in Salesforce? I want to ...
8
votes
2answers
478 views

Call webservice with NTLM authentication

Is it possible calling a webservice using NTLM authentication from apex? It is a microsoft navision webservice, I tried to do it in java following this guide and it works.
1
vote
0answers
40 views

display pricing information outside Salesforce

We have a Salesforce integration within our application where users can access their Salesforce account using SAML SSO & JIT user provisioning. We also display few account & user details. We ...
2
votes
1answer
105 views

Which free/commercial Salesforce To SQL app should I use? [closed]

I am looking for an easy to use app to synchronize (one-way) Salesforce data to a SQL database. I don't need mapping functionality that products like Jitterbit, Boomi and Informatica offer for a lot ...
0
votes
0answers
61 views

Expose SF data in Wordpress

I'm using wordpress as a partner portal. Portal users are created independently from Salesforce, but they are also exist in SF as contacts (so when they are created in Wordpress manually, I can add ...
2
votes
2answers
76 views

Load data into custom object from RSS

Can I load the data into a custom object using a RSS feed provided by an external vendor? Is there any kind of parser/a method that will consume the RSS and let me fetch data from external service? ...
3
votes
1answer
187 views

Simple API call to update a Visualforce Page?

I want to build an integration that would overwrite/update (and eventually create) a Visualforce page. I'm not sure if just updating a VF page makes all the tests fire, as I can edit VF pages in ...
1
vote
3answers
176 views

How can I avoid problems when merging Salesforce instances?

My company has 2 Salesforce instances. We built our own instance, and then acquired a company that had a completely different set of nomenclature, routing rules, etc. Both have years’ worth of data ...
2
votes
2answers
188 views

Session ID in C#

I have a component in C# i'm using for SF integration which all works fine. I currently have a custom C# login screen which uses the entered values to retrieve the SessionID. However, i'd like to set ...
3
votes
3answers
354 views

Limitation on SOAP API calls in Enterprise edition of SFDC

I am building an integration between my company's Drupal CMS and our SFDC CRM. I will be using the SFDC SOAP API to accomplish this. The idea is to do a query via the soap API every time a user ...
2
votes
2answers
165 views

User session lifetime tracking?

We are building a multiplatform architecture application in which we have an authentication consideration we're not finding a solution to. We have a front end platform which has SSO with Force.com ...
-4
votes
2answers
331 views

How does Salesforce handle organization hierarchies?

I have an existing SFA (Sales Force Automation) application which I am trying to integrate with the Force.com. I have organizational hierarchies, user hierarchies and even campaign hierarchies. Now I ...