Questions tagged [sfdc]

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.

Force.com is a cloud based Platform-as-a-Service available for developers to applications hosted in a multi-tenant, cloud based environment with a combination of declarative development as well as through using the native Apex programming language.

Apex is based on Java and can be used to generate custom pages via the Visualforce markup language and components. The platform supports both SOAP and REST APIs for communications with other systems, and provides a database managed entirely through an web based UI, which leverages a query language called SOQL, which is heavily based on SQL.

There is synonym for this tag - .

Stackoverflow Force.com documentation.

118 questions
0
votes
1 answer

Detect browser back button in Salesforce visualforce page

How to control or detect or show pop up on browser back button click. I have two visual force pages on second vf page save we redirect to Record detail page. If user clicks on browser back button then it return to vf page. How to stop or any…
0
votes
2 answers

Salesforce Lightning: Error during init [Cannot read property 'apply' of undefined]

I'm stuck with a Lightning component that doesn't render. I get a strange error immediately: This page has an error. You might just need to refresh it. Error during init [Cannot read property 'apply' of undefined]. I'm stuck now for a long time and…
Stefanvdk
  • 155
  • 1
  • 2
  • 13
0
votes
1 answer

Real length of Salesforce formula-filed

I faced with issue that sometimes when I created custom formula-fields on Salesforce objects I couldn't save it, the reason of it was limitation in 5000 characters for such type of field. The main trouble is that when I copied content of formula to…
Hleb
  • 7,037
  • 12
  • 58
  • 117
0
votes
1 answer

How to update API Name of a Custom Label

Need to update "API Name" of Custom Label but "Name" field of Custom Label is Read only on Edit! There are too many Labels to be updated, Do I need to recreate all and delete earlier? is there any way to modify/update API Name of a Custom Label ?
0
votes
1 answer

Is there a way to create custom settings that could be a representation of JSON structure?

I have a generic JSON string containing bunch on arrays. This list can grow in future and can have n-number of repeating elements. For ex: "parent_node": { "node_1": { "a": "1", "b": "2" }, "node_2": { "a": "1", …
blue
  • 13
  • 3
0
votes
1 answer

How do I run JavaScript code in salesforce standard pages in latest SFDC version?

My requirement is that I need to execute some javascript code in all standard SFDC pages so that I can capture some information and log it into a server. There are ways before to embed a HTML/VF page in side bar and messages & alerts components.…
Ravi Dasari
  • 453
  • 1
  • 4
  • 10
0
votes
2 answers

SOQL query in SFDC using simple salesforce (python)

I am trying to query sfdc using a datetime, I tried using the date as a string, then as a datetime object, but I get malformed query for using it like this dateTime = sys.argv[1] result = sf.query("select Case__r.CaseNumber from File_Attachment__c…
nkshirsa
  • 11
  • 3
-1
votes
1 answer

How to update records from a batch job in Apex?

this batch job does not work coz it does not update the record. As i am new to apex coding can anyone help me to add the update logic of the records? I am not sure where and how to add the update logic global class BatchLeaseRenewalSubstatusUpdate…
-1
votes
2 answers

when I received mismatching data,I need to send response as status code as 400 and status code as 500 for server issues from sales force to google

I try to get bad request error using below .json,But I am not getting .I want send this response. For example: validation errors: { "StatusCode":"400", "id":"", "error":"xxxx" } 2.Internal Server…
G Reddy
  • 9
  • 1
-1
votes
1 answer

Hi Update the particular value using the email field in salesforce

I want to Update the particular Record Based on the Email Id Please Help me to Solve.
Maria
  • 11
  • 2
-1
votes
1 answer

Set Dynamic Id using JS using Counter

I am trying to dynamically set a cell id using a cnt counter variable. However, instead of a number, I get the cnt word when viewing page source in browser. What is wrong q1TargetVolume.setAttribute('id', `q1TargetVolume-${cnt}`);
user1082748
  • 365
  • 1
  • 7
  • 18
-1
votes
2 answers

How to add days to date time in Salesforce Apex?

Hi I am using Salesforce Apex, I have a date as String as below. I need to add days to it using Apex. String dateTime = '2017-07-08T23:59:59Z'; If I add one day to it then it should be 2017-07-09T23:59:59Z as string. How will I do this? Thanks!
user755806
  • 6,565
  • 27
  • 106
  • 153
-2
votes
1 answer

Protractor Tool for Oracle EBS, Siebel, Peoplesoft, SFDC, pega

Can anybody help me, Need to know if we can automate tests for "Oracle EBS, Siebel, Peoplesoft, SFDC, pega" applications using Protractor ..? Thanks in advance..
1 2 3 4 5 6 7
8