• Bella1
  • NEWBIE
  • 0 Points
  • Member since 2009

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

Is there a way without back-end coding to re-create a standard tab within a page layout?  So within cases there is a section called case comments, I would like that very same section in a custom object I built.  Is this possible without outside help if you don't know coding or is not doable? 

 

Thanks-

  • September 10, 2009
  • Like
  • 0

I am trying to create a link on a custom object that references another object.  For example:

 

We have a tab called Implementations and I want all the implementations to be associated with an active eval.  How do I do this?   I don't know where to begin with this.  Please help.

  • September 10, 2009
  • Like
  • 0

I am trying to create a validation rule that connects two fields.  For example:  When the Start date is filled out, they have to fill out the End date otherwise an error pops up when they go to save.  I have tried so many different types of formulas but am missing something.  Any suggestions on how to accomplish this?

 

Thanks!

 

  • August 31, 2009
  • Like
  • 0

Is there a way without back-end coding to re-create a standard tab within a page layout?  So within cases there is a section called case comments, I would like that very same section in a custom object I built.  Is this possible without outside help if you don't know coding or is not doable? 

 

Thanks-

  • September 10, 2009
  • Like
  • 0

I am trying to create a link on a custom object that references another object.  For example:

 

We have a tab called Implementations and I want all the implementations to be associated with an active eval.  How do I do this?   I don't know where to begin with this.  Please help.

  • September 10, 2009
  • Like
  • 0

I am trying to create a validation rule that connects two fields.  For example:  When the Start date is filled out, they have to fill out the End date otherwise an error pops up when they go to save.  I have tried so many different types of formulas but am missing something.  Any suggestions on how to accomplish this?

 

Thanks!

 

  • August 31, 2009
  • Like
  • 0

I've added 2 custom picklists to the Opportunities page. One of the picklists is a standard picklist with static values, and the other is a dependent picklist whose content is based on the value of the selected item in the the first picklist.

 

I need to find a way to force the user to select all of the items that are presented in the dependent picklist.

 

Can this be done with validation rules, or would it require a custom S-control or a trigger?