A Platform-as-a-Service development environment created by Salesforce.com, which underlies the core Salesforce CRM functionality and is available as a platform via database.com, as well as via Heroku, a Ruby-on-Rails environment.
0
votes
1answer
20 views
Accessing local nodejs server from salesforce.com
I have set up a local server in my machine using nodejs. something like this:
var fs = require("fs");
var config = JSON.parse(fs.readFileSync("config.json"));
var host = config.host;
var port = ...
0
votes
1answer
7 views
Force.com System.CalloutException: DER input, Integer tag error
I am trying to make a callout to a third party service, but I am receiving the message "System.CalloutException: DER input, Integer tag." The third party has provided us with a self-signed client ...
0
votes
0answers
38 views
Salesforce.com login page not accessible from java code from with in a proxy
I am new to salesforce.com platform. I am trying to execute the demo application given at http://wiki.developerforce.com/page/Getting_Started_with_the_Force.com_REST_API. The sample application is ...
0
votes
0answers
16 views
New Force.com toolkit for AWS?
I have to integrate AWS with Force.com & I was able to locate tookit for the same (http://aws.amazon.com/solutions/global-solution-providers/salesforce/).
But the issue is that its very old ...
1
vote
0answers
18 views
How can I debug what apears to be an authentication issue with a custom field on the contact object in salesforce?
First, thank you in advance for your assistance. I am relatively new to apex, but not to programming. So, while I will apreciate if someone has the answer right off the bat, I'm as equally ...
0
votes
0answers
16 views
Ever use force paas to develop web apps?
I am a java developer. I have been working with Grails for the past 3 years and love it
My employer is urging me to use Force.com
I attended a workshop held by salseforce.com on their Force.com PaaS
...
2
votes
1answer
39 views
Override standard buttons in salesforce service cloud console
Is it possible to override the standard 'Create new ' button and 'detail' link in the list view of service cloud console?
I want to show my custom VF pages on click of these buttons/links.(if yes ...
0
votes
0answers
21 views
Could not retrieve standard folder Names when we query Folder Object
I am trying to query all the standard reports using folder object in salesforce. I am able to collect all the attributes except Folder Name.
I am using the same query to retrieve the custom folder ...
0
votes
0answers
15 views
Force.com site registration process customization
When we allow Self user Registration for force.com site, users can registers themselves to Force.com site customer portal.
After registration a user will get a mail with temporary password.
We have a ...
0
votes
0answers
27 views
How to set the Start and End Date in the cron expression?
I would like to schedule the apex classes through apex code. I am able to set the cron expression for the frequencies, but I am unable to set the start and end DATE(i.e when the scheduling may start ...
0
votes
0answers
21 views
Could not update the custom field through Metadata Api
To update the Custom field through Metadata api, it Expects Precision and scale value even for the Phone data type field.
Is there any way to make the custom field properties optional while ...
1
vote
2answers
22 views
Locking files in collaboration work
So my company uses force.com and the force.com IDE in order to develop our platform and as a growing company with developers around the world and our projects becoming bigger and bigger we need a way ...
0
votes
0answers
45 views
Turn off lead assignment rules in salesforce lead trigger
I'm having trouble with a Salesforce lead trigger, fired after insert. The lead assignment rules need to be on by default, but I need to bypass the rules for leads that match a certain criteria.
...
-1
votes
0answers
15 views
Force.com and database.com integration [closed]
I need to develop a separate portal for each customer on Force.com using visualForce. I am planning to store my data in database.com. Can I access the data from the database.com from my Force.com ...
0
votes
1answer
35 views
Committing multiple object in one go
I have a situation where I use force.com sites to run a shopping cart. During the first 5 pages of the shopping cart, I gather the data such as credit card number shipping address, etc.
The last ...
0
votes
0answers
18 views
Force.com Site Post Form Data & Redirect to External Site
I have a Force.com site in which I have APEX Forms. I wish to perform the following behaviour from one of my forms.
On a user entering their form data the form action will post the data to an ...
1
vote
1answer
21 views
SOAP callout fails silently
I have generated an Apex class from my WSDL successfully and was able to authenticate on the remote server by setting the HTTP Authorization header manually. I have double checked on the remote server ...
1
vote
1answer
43 views
Trigger Duplicate CSV
am trying to upload a CSV file / insert a bulk of records using the import wizard. In short I would like to keep the latest record, in case if duplicates are found. Duplicates record are a combination ...
0
votes
1answer
52 views
how to Deploy salesforce app from eclipse
Ok so i'm new to salesforce.I started by installing the force IDE from http://wiki.developerforce.com/page/Force.com_IDE_Installation
I have a salesforce application code that i want to deploy in my ...
1
vote
1answer
46 views
How to install from salesforce eclilpse source code
i'm new to salesforce and havn't yet worked in salesforce using eclipse.The situation is such that i have a salesforce app project eclipse source code.
Can any guide me about how to install salesforce ...
0
votes
0answers
13 views
cannot package new logo for salesforce manage package
There is a situation while releasing a new a version to my app on salesforce. I am currently running V1.0 on app exchange and now about to release V2.0 on of the changes I've made here is changed the ...
0
votes
0answers
114 views
Salesforrce: JavaScript Remoting “Uncaught ReferenceError: Visualforce is not defined”
I'm using JavaScript Remoting in my Force.com site. This works well apart from a scenario I have noted where when I click on an apex:commandLink or apex:commandButton in a component which then opens ...
1
vote
2answers
71 views
Declaring new variables on the fly?
Has anyone found a way to declare variables on the fly?
I have some variables that can be limitless...
val1
val2
val3
val4...
Is there a way to create these on the fly, something like...
...
0
votes
1answer
46 views
Grab textbox salesforce ID and display somewhere else on same page
I have a apex:textbox which renders on a visualforce page with a SF ID.
I need to grab the SF ID on the same page load and place into a link.
eg: I need this:
<input ...
0
votes
1answer
61 views
Populating SelectList with sobject
I am trying to create a class that will populate the a multi selectlist depending on what URL parameters are passed in.
Im having trouble. The slectlist never renders, however, looking through the ...
0
votes
1answer
108 views
Force.com IDE Plugin for Eclipse
When I am trying to download Force.com Plugin for Eclipse, it was unsuccessful and gives me the following error.Please give me a solution for this.
Cannot complete the install because of a ...
0
votes
1answer
104 views
Updating contact email in user trigger in Salesforce
I have a trigger on a user object that is triggered on user updating and updates the contact fields (user linked to this contact), such as first name, last name and email. First and last name are ...
0
votes
1answer
183 views
Making a Tree-Like Structure in VisualForce/Apex from a Self-Referencing Table/sObject
My Controllers are all custom.
I have an object/table with a field that references the same object and signifies the parent object.
There are many rows in the object/table.
I wish to dump all of ...
0
votes
1answer
161 views
Salesforce: Can a Javascript Remoting Static Function Access ApexPages.CurrentPage Functions?
I was wondering, In a RemoteAction function in an apex class can or should this be able to access the current force.com site page? I would like to access and write to cookie parameters from within my ...
0
votes
2answers
44 views
Query DB using apex in salesforce
com and apex triggers
I have two objects namely Customer_c and Order_c
I am trying to write a trigger to delete an order entry belonging to a customer who has been made inactive.
Basically i want to ...
1
vote
1answer
110 views
SOQL query where row number is in range
How do I create a query in SOQL like:
SELECT Id FROM User WHERE rownum > 101 AND rownum < 200
I am trying to do pagination where I load the first 100, then if you click "Load more" I can query ...
2
votes
2answers
172 views
How can I pass variables state from one page to another, if both pages use the same controller, but the second page uses a controller extension?
I have a page that needs to pass data to another page. They both use the same controller, but the second page has its own controller extension. When the first page passes data to the second page, the ...
0
votes
1answer
44 views
input to Websphere Message Broker
I have an requirement to send data from Oracle DB to SFDC account.
Scenario:
Oracle DB -> WebSphere Message Broker(MB) -> WebSphere Message queue(MQ) -> DataPower (Service) -> SFDC account
I’m not ...
0
votes
1answer
39 views
Future Method is not updating value of a field
I want to implement synchronization in salesforce using apex.
My Requirement is that, i have to update a field from the future method.
I have a field in database with name Counter_c and i am calling ...
0
votes
1answer
185 views
Cannot retrieve JSON POST via PHP: cURL
I tried implementing the following PHP code to POST JSON via PHP: cURL (SOME FORCE.COM WEBSITE is a tag that signifies the URL that I want to POST):
$url = "<SOME FORCE.COM WEBSITE>";
$data =
...
1
vote
2answers
89 views
How to use python to parse XML to required custom fields
I've got a directory full of salesforce objects in XML format. I'd like to identify the <fullName> and parent file of all the custom <fields> where <required> is true. Here is some ...
0
votes
2answers
506 views
ANT error: failed to create task or type antlib:com.salesforce:deploy
I've started to play with the Force.com Migration Tool. I want to use it from an ANT build file. I've created this one:
<project name="Subversion to Org" default="deploy" basedir="." ...
1
vote
1answer
930 views
Salesforce: System.LimitException: Too many SOQL queries: 101
Everything worked fine a couple of days ago, no new changes have been made to the system except from the profiles.
Suddenly I got this error message:
Error: Invalid Data.
Review all error ...
2
votes
2answers
1k views
How to find out which checkboxes have been selected on the next page in VisualForce?
I have a data table which iterates through a custom object and generates checkboxes. On the second page, I want to determine which of these checkboxes have been selected.
In the VisualForce page:
...
0
votes
1answer
265 views
Automated upload of a Salesforce file to Box.com record-linked folder
I have a Box for Salesforce intregration app installed and it works great when a user manually adds a file to a SFDC record. I have an Apex class that creates a PDF file that needs to be linked to a ...
0
votes
1answer
42 views
Error trying to insert custom link in page layout in saleforce
I just created a custom link to a salesforce report
/xxxxxx/?pv0={!Account.Id}
But when i insert this custom link on the account page layout and click the link it shows error
URL No Longer Exists
...
0
votes
1answer
34 views
Contact without account does not show for lookup value in force.com sites
I have created a lookup field on my custom object to contact and it is used on visual force page.
Also i have used custom lookup page.
In salesforce org it works fine and display lookup value.
But ...
1
vote
1answer
50 views
Installing Salesforce apps via code
I am interested to install our "Connected" Salesforce app to customer's Salesforce setup when they run our product's installer.
Is this functionality exposed via an API or any other mechanism?
Or is ...
0
votes
2answers
266 views
SalesForce API: OAuth authorization error 1800
I am brand new to SalesForce development, and want to explore the API and its capabilities. I have created a new Developer Edition account. I have not yet tried to access the API programmatically, but ...
0
votes
1answer
59 views
how to Query accounts in developer.salesforce.com
i'm a salesforce newbie, so my question might be a trivial one.
I just tried the code here http://www.tgerm.com/2011/03/javascript-remoting-jquery-templates.html
to query accounts from a visual force ...
0
votes
0answers
125 views
APEX: How do you serialize nested Parent-Child relationships into JSON?
In FinancialForce, I have an object pse__Project_Task__c that can be related to itself (its parent), N-levels deep. I'd like to be able to extract all my tasks and serialize them into JSON as:
[
...
0
votes
0answers
97 views
Security Review Salesforce | Burp License Request
I need to pass security review on salesforce and it is mandatory to pass my application through Burp scanner and when I request the license from the link
and it says you must be enrolled in the ...
0
votes
1answer
545 views
Failed to create the part's controls in Eclipse with Salesforce
I have Eclipse Juno and Force.com IDE. When I try to create new classes they always show: failed to create the part's controls. It worked for the first time, but now they always show this. Same ...
2
votes
2answers
311 views
Apex batch not executing all records
I'm relatively new to Apex, but I have a question about a batch job that I am creating. I am trying to insert AccountTeamMember records based on my company's territory alignment. The code seems to be ...
0
votes
1answer
54 views
How can methods be added to Custom Objects in Force.com APEX?
I was under the impression that Force.com eliminated the necessity of object-relational mapping.
I can't create a an object that extends a custom object like this:
class Program extends Program__C() ...




