• pi r2
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies

Does anyone have some Apex trigger code that they would be willing to share that would let me copy the value from a Lead Standard Picklist field to a Lead Custom Picklist field on Save?

 

I'm trying to copy the value from Lead: Status into a Custom Lead Picklist field where the two fields have the same picklist values.  A workflow + field update won't work.

  • August 03, 2012
  • Like
  • 0

We have a developer at our company that needs to get set up so we can integrate an external homegrown system with a custom object in our Salesforce.com instance.  I'm trying to understand what do I need to set up so this developer can develop and test REST API calls to pass data to and from that object in our SFDC instance.  We have Enterprise Edition.  I set up a Developers Sandbox on our SFDC instance.

 

Here are my specific questions:

  1. When I set up his User Profile in our SFDC instance, are there any special permissions that I need to give him access to to be able to develop using the REST API?  Are there any particular settings in his profile that must be set?
  2. Does he still need create a Force.com account to be able to develop against the developer sandbox associated with our SFDC instance?
  3. Is there anything else that I need to give him access to?

I apologize about asking this Getting Started question, but I read through many Getting Started posts in the community and the Getting Started section on Force.com and I couldn't find the answers to these questions.  Thanks in advance for any advice.

 

  • May 03, 2013
  • Like
  • 0

I am a bit of a beginner at formulas, so hopefully one of you will think this is easy, and be able to help. :-)

 

Customer requirement:

 

Create a formula field that displays the Week Number (as Week 1, Week 2, etc), based on the Date entered on a particular record (same object).

 

Ex: 01/01/09 - 01/04/09 would return a value of "Week 1"  

01/05/09 - 01/11/09 = Week 2

01/12/09 - 01/18/09 = Week 3

 

and so on.....

 

Is using the CASE function the way to go, and if so, what's the shortest way to create this formula?

 

Thank you in advance!

S

 

  • April 20, 2009
  • Like
  • 0