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
3 answers

Newbie at visualforce

I am newbie at visualforce and i have a few questions. I was able to create a basic visualforce page:
user3617337
  • 23
  • 1
  • 8
0
votes
0 answers

Salesforce: Creating a User Form using VisualFocre

I have below requirement to Create a VF page. I created a custom object called DormsApplicants__c There are several fields but for the purposes of the example we will use only one field called First_name__c. My main need is to create a VF page that…
user3617337
  • 23
  • 1
  • 8
0
votes
0 answers

MS AD service functions

I am trying to use the MS AD service methods from my web service in SalesForce platform.AD server only support C/C++.Can somebody help me out ? Can you help me with sharing a sample code ?I am not able to get the APIs to call to the AD server.So far…
Kaushik
  • 1
  • 1
0
votes
0 answers

Multi Language in SFDC in Chat Landing Page

When Agents accepts a chat, they can reply to customers only in English. I want to activate some other languages for this communication
0
votes
0 answers

How to download webDAV files from a linux server

I have several log files in a webDAV (salesforce SFDC logs repo) and I want to drop all of them to a linux server, so that I can feed them to splunk. I am not sure if there is a better idea than this, please advise.
0
votes
1 answer

how to get pagelayout in apex or visual source page sfdc

I have three page layouts (PageLayout-A,PageLayout-B,PageLayout-C) in Opportunity. I have create a Custom button and after clicking this button it will call custom visual force page and Apex Controller. Now every time this button will open the page…
0
votes
1 answer

How to auto-populate Close Date (End of this month) in Opportunity page in Salesforce

I have a Requirement : After clicking on New Opportunity Button it will open Opportunity page with some fields auto populated Like 1. Close Date: default to creation date plus 30 ? 2. Opportunity Name:  default to , etc.. Could you please help
0
votes
1 answer

How to write test class for apex trigger on opportunity

I have created a trigger which calls a future class to make http callout to a third party url, everthing is working fine here but the test class is not covering the opportunity fields IsWon & IsClosed. What modification do I need in test class to…
kapil
  • 505
  • 4
  • 18
0
votes
2 answers

Part of the javascript is not running

The JS below runs accordingly, but it never hits the last function (showAllTabIdRedirect). Any idea why? Is it my syntax? I am trying to run the first function that grabs the primary tab id and then use that to pass along some other functions. In…
0
votes
1 answer

Creating a VF page ‘Registration Form’ for Account object is Salesforce

I have below requirement to Create a VF page – ‘Registration Form’ having 1.Name field 2.Attachment area – where we can browse and add any document there Expected UI-UI Below is my VF code-
Praveen Verma
  • 41
  • 1
  • 10
0
votes
2 answers

Salesforce: Creating a User Registration Form using VisualFocre

I have below requirement to Create a VF page – ‘Registration Forum’ having 1.Name field 2.Age field 3.Project Unit field 4.Gender as Radio Button with values – M and F 5.Certification as Picklist with Values – PD1, ADM 201, PD2, App Builder, Sales…
Praveen Verma
  • 41
  • 1
  • 10
0
votes
2 answers

Apex trigger to insert record in a related custom object based on insert on contact

I have a custom object called 'contact relationship' which has lookup to contact and i have added a custom field of type checkbox called 'relationship' in contact. I want to write a trigger which adds a record in contact relationship every time a…
Mohit Joshi
  • 15
  • 1
  • 8
0
votes
1 answer

HttpClient POST with both JSON Body and URL Params

I am using NiFi's InvokeHTTP processor to POST to a SalesForce endpoint, particularly to the Login endpoint: https://test.salesforce.com/services/oauth2/token I append the client_id, client_secret, username and password field to the…
oikonomiyaki
  • 7,691
  • 15
  • 62
  • 101
0
votes
2 answers

Python Salesforce Toolkit - Blank/Reset SFDC field via API

I am using the python salesforce toolkit for SFDC integration with a home grown application. We have nightly routines to read and write to SFDC. Based on a condition, I need to set the date value to current date or reset it to blank. I can set the…
Varun Verma
  • 704
  • 2
  • 10
  • 20
0
votes
1 answer

Mule Salesforce Analytics Connector Requirements does not match the schema

We are using the Mulesoft sfdc-analytics connector. When we installed the connector into Anypoint Stuido and used the connector's Operation "Create data set", the connector requires additional attributes one of those being Operation; however, in the…
KickerKeeper
  • 265
  • 2
  • 9