developerforce
  • DE LOGIN
  • JOIN NOW
Advanced Search
Search
Perform Full Search
  • Home
    • About
    • Getting Started
    • Featured Content
    • Calendar
    • Subscription Feeds
    • Contribute
    • Membership
    • Force.com MVP
    • Force.com User Groups
  • Technical Library
    • Core Content

    • Documentation
    • Core Resources
    • Articles
    • Webinars
    • Workbook Tutorials
    • Cheat Sheets
    • Books
    • By Category

    • Integration
    • App Logic
    • User Interface
    • Database
    • Security
    • Web Sites
    • Mobile
    • App Distribution
    • Tools
    • Other

    • Newsletter
    • Release Information
  • Boards
    • Top Boards

    • General
    • Schema
    • Apex Code
    • Visualforce
    • Chatter
    • Force.com Sites & Site.com
    • Java
    • .NET
    • Formulas & Validation Rules
    • Ruby, PHP, Python & Perl
    • Jobs Board
    • More Boards...
  • Cookbook
    • By Category

    • Integration
    • App Logic
    • User Interface
    • Database
    • App Distribution
    • Web Sites
    • Security
    • Tools
  • Code Share
    • All Projects
    • Top Rated
  • Blogs
    • All Posts
    • Top Blogs

    • Developer Relations
    • Engineering
    • Force.com Labs
    • ISV
    • System Integrator
    • Tech Docs
  • Partners
    • AppExchange Program
    • Go from Idea to App
  • More
    • Services

    • Training & Certification
    • Support
    • Galleries

    • Mobile Contest Gallery
    • Force.com Sites Gallery
    • Chatter Challenge Entries
    • Other Web Sites

    • Salesforce.com
    • Database.com
    • AppExchange
    • CRM Community

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
  • Sign In
  • ·
  • Help
  • 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.
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
  • Posts
  • Users
 
  • Advanced Search...
Show
Toggle Close Toggle Open By location
  • Force.com Discussion Boards
    • Developer Boards for Force.com and Database.com
      • There are no unread messages in this message board General Development
      • There are no unread messages in this message board Schema Development
      • There are no unread messages in this message board Apex Code Development
      • There are no unread messages in this message board Visualforce Development
      • There are no unread messages in this message board Formulas & Validation Rules Discussion
      • There are no unread messages in this message board Security
      • There are no unread messages in this message board Mobile
      • There are no unread messages in this message board Force.com Sites & Site.com
      • There are no unread messages in this message board Chatter and Chatter API Development
      • There are no unread messages in this message board Java Development
      • There are no unread messages in this message board .NET Development
      • There are no unread messages in this message board Perl, PHP, Python & Ruby Development
      • There are no unread messages in this message board Desktop Integration
      • There are no unread messages in this message board APIs and Integration
      • There are no unread messages in this message board Visual Workflow
      • There are no unread messages in this message board Apple, Mac and OS X
      • There are no unread messages in this message board VB and Office Development
      • There are no unread messages in this message board AppExchange Directory & Packaging
      • There are no unread messages in this message board Salesforce Labs & Open Source Projects
      • There are no unread messages in this message board Other Salesforce Applications
      • There are no unread messages in this message board Jobs Board
    • Developer Boards JP
      • There are no unread messages in this message board ご案内 - Announcements-JP
      • There are no unread messages in this message board 一般 - General-JP
      • There are no unread messages in this message board インテグレーション - Integration-JP
      • There are no unread messages in this message board アプリケーションロジック - App Logic-JP
      • There are no unread messages in this message board ユーザインタフェース - User Interface-JP
      • There are no unread messages in this message board データベース - Database-JP
      • There are no unread messages in this message board アプリケーションの配布 - App Distribution-JP
      • There are no unread messages in this message board Webサイト - Web Sites-JP
      • There are no unread messages in this message board モバイル - Mobile-JP
      • There are no unread messages in this message board ソーシャル - Chatter-JP
Toggle Close Toggle Open By author
turn on suggestions Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Toggle Close Toggle Open By date
  • All
  • A day ago
  • A week ago
  • A month ago
  • A year ago
Toggle Close Toggle Open By metadata
  • Solved
  • Kudoed
Toggle Close Toggle Open By type of post
  • Forums
  • Blogs
  • Groups
Toggle Close Toggle Open By contents
  • Images
  • Attachments
Advanced Search Options
The sequence of words you enter here will be in the same order and together in the search results. You may leave this field empty.
The sequence of words you enter here will be in the same order and together in the search results. You may leave this field empty.
Any one, but not necessarily all of the words you enter here will appear in the search results.
Any one, but not necessarily all of the words you enter here will appear in the search results.
None of the words you enter here will be allowed in the search results. You can only use this field when you have also filled in one of the other fields in this section.
None of the words you enter here will be allowed in the search results. You can only use this field when you have also filled in one of the other fields in this section.
Limits search results to topics that have no replies.
Limits search results to topics that have no replies.
 
  • Discussions
  • in accepted solutions Remove
  • +
  • solved Remove
  • +
  • in General Development Remove
1 - 10 of about 2,000 discussions
Sorted by:
Solution Date
  • Date
  • Views
  • Kudos
  • Replies
  • Best Match
  • Subscribe to RSS Feed for this Search
  • Permalink
There are no new messages in this topic
Accepted Solution

Problem in Replace in string Method

by mariappangomathiraj in General Development
String Names = '^Community$|^Luxury$|^Golf$|^Course$|^Hospitality$|^Industrial$|^';       My Code:   Names = (Names!= '' && Names!= null) ? Names.replaceAll('\\$|^,'') : ''; system.debug(Logg...
Show results in replies (1)
  •   Use ResEx in replaceall function like below Names = (Names!= '' && Names!= null) ? Names...
‎05-20-2013 08:17 AM
4 Replies
111 Views
There are no new messages in this topic
Accepted Solution

Case Feed Layout is gone.

by Payzup in General Development
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...
Show results in replies (1)
  • http://na1.salesforce.com/help/doc/en/salesforce_case_interaction_setup_cheatsheet.pdf Somehow(pro...
‎05-20-2013 02:04 PM
2 Replies
100 Views
There are no new messages in this topic
Accepted Solution

How to activate my trigger?

by Payzup in General Development
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...
Show results in replies (1)
  • This has to be done in sandbox and then the edited trigger needs to be deployed to production. You...
‎05-17-2013 01:24 PM
4 Replies
154 Views
There are no new messages in this topic
Accepted Solution

how to use date in where clause SOQL ?

by nikvm in General Development
  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...
  • Tags:
  • SOQL
Show results in replies (1)
  • CreatedDate is a Datetime field, so you could use this in the following way: SELECT id, CreatedDat...
‎05-20-2013 11:05 AM
1 Reply
98 Views
There are no new messages in this topic
Accepted Solution

Work Flow Condition Issue

by Sudhir_Meru in General Development
Hi,      I have put a condition in workflow to trigger email to users if lead satus field is updated. To Either MQL or SQL   OR( ISPICKVAL( Status , "MQL"), ISPICKVAL( Status , "SQL&qu...
Show results in replies (1)
  • What should be expected behaviour when it changes MQL to SQL or SQL to MQL?   Try this  AND( ...
‎05-20-2013 12:26 AM
2 Replies
111 Views
There are no new messages in this topic
Accepted Solution

Where do you change the Hover detail? Choose the R...

by dragon123 in General Development
Where do you change the Hover detail? Choose the Right answer a) Mini View b) Page Layout c) Profile d) Mini Page Layout
Show results in replies (1)
  • Hi , You can define mini page layouts for the records that appear in the mini view of the Console ...
‎05-14-2013 03:33 AM
3 Replies
162 Views
There are no new messages in this topic
Accepted Solution

Display Lead Name in E-Mail Subject Line

by Sudhir_Meru in General Development
Hi,     I Created a E-Mail Template for Leads. My Requirement is to add Lead Name in the Subject Line.     I tried adding Below code in the subject but its not showing when email is triggered    {!L...
Show results in replies (1)
  • You could try {!Lead.FirstName} {!Lead.LastName}. You can also test that the merge fields are worki...
‎05-14-2013 12:08 AM
1 Reply
100 Views
There are no new messages in this topic
Accepted Solution

Workflow Condition Not Working

by Sudhir_Meru in General Development
Hi,     I made a email alter when work flow condition is set as mentioned below.      In Lead there is a Column called Lead Status  When lead status is changed to MQL or SQL it must trigger email to ...
Show results in replies (1)
  • Hello,   Can you try with below condition in workflow rule. OR( ISPICKVAL(Lead Status, "MQL&qu...
‎05-08-2013 03:37 AM
11 Replies
165 Views
There are no new messages in this topic
Accepted Solution

need answer

by dragon123 in General Development
...each person account to consist of one account as well as one contact. A. True B. False Ids can not be identified from which of the following standard ways : A. From Formula Fields B. From the...
Show results in replies (1)
  • ...account to consist of one account as well as one contact. A. True B. False Ids can not be...
‎05-17-2013 03:07 AM
2 Replies
120 Views
There are no new messages in this topic
Accepted Solution

dev 401 questions: need correct answer

by dragon123 in General Development
...() Created date – Now() Dynamic dashboard have schedule refresh? a)true b)false how? Custom objects in sites have which kind of permission ? A. Read Only B. Read, Create, Edit and Delete C. Read and Create D...
Show results in replies (1)
  • ...() Created date – Now() Dynamic dashboard have schedule refresh? a)true b)false how? Dynamic...
‎05-17-2013 12:12 AM
3 Replies
145 Views
  • « Previous
    • 1
    • 2
    • 3
    • …
    • 320
  • Next »
Powered by Lithium
Follow us on
Facebook Twitter Linked In Youtube
United States |1-800-no-software|Privacy Statement|Security Statement |Terms of Use
© Copyright 2000-2011 salesforce.com, inc. Web-based Customer Relationship Management (CRM) Software-as-a-Service (SaaS).
All rights reserved Various trademarks held by their respective owners.
Salesforce.com, inc. The Landmark @ One Market, Suite 300, San Francisco, CA, 94105, United States
General Enquiries: 415-901-7000 | Fax: 415-901-7040 | Sales: 1-800-no-software