Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Search
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Show
- Discussions
-
in accepted solutions
- +
-
solved
- +
-
in Developer Boards for Force.com and Database.com
1 - 10 of about 10,000 discussions
Sorted by:
I am planning to develop a mobile app using Appcelerator and force.com platform. I am new to Appcelerator platform and my top fear is stablity of Appcelerator connector, because of following reasons ...
05-20-2013
06:47 AM
1
Reply
28
Views
String Names = '^Community$|^Luxury$|^Golf$|^Course$|^Hospitality$|^Industrial$|^'; My Code: Names = (Names!= '' && Names!= null) ? Names.replaceAll('\\$|^,'') : ''; system.debug(Logg...
05-20-2013
08:17 AM
3
Replies
67
Views
Hello, Anybody explain about the following 1)difference beteen products and opportunity products? 2) when adding procuts to opportunity internal process? My requirement is send an email al...
05-18-2013
03:44 AM
3
Replies
83
Views
...;
SDMH.Order_Executed__c = True;
system.debug(sd.id);
Update SDMH;
}} Here is my trigger. trigger Create_Make_1st_Call on SD_Member_Mailing_History__c (After Update) {
//This is the real one...
05-20-2013
07:39 PM
2
Replies
40
Views
Hello, So I'm new to apex... We have a formula field on the opportunity called "department", which is formulated from another lookup relationship to an object called "Employee"....
05-20-2013
11:28 AM
1
Reply
36
Views
I am working on service cloud console and somehow Case Feed Layout is not showing (Setup->Customize->Cases->Pay Layouts) doesn't have "Case Feed" layout selection anymore. I ch...
05-20-2013
02:04 PM
2
Replies
67
Views
I got a copy of the trigger and placed to cases->trigger. However, it is remains "inactive" state and I have no idea how I can turn this "active". It seems like I have to u...
05-17-2013
01:24 PM
4
Replies
136
Views
We have two customers who have reported this issue in the past 2 days, and I fear there are more to come. When they have "Data.com Clean" enabled, doing a simple Contact creation from one...
04-26-2013
03:21 PM
9
Replies
196
Views
I am not getting the correct way putting date in below SOQL statement SELECT id, CreatedDate FROM Sales_Order__c where CreatedDate < 2013-01-11 could some one help please Thanks erro...
05-20-2013
11:05 AM
1
Reply
62
Views
We want to call Salesforce API to write some data. We are planning to build a WCF service on our side which will make this SF API call. I am wondering what WCF binding that I could use for this ? Als...
05-20-2013
10:07 AM
6
Replies
40
Views

