• dev1010
  • NEWBIE
  • 0 Points
  • Member since 2010

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

Can somebody help with the formulas for creating the below in custom objects:

 

1. Let's say there are 5 fields - I need to program the following validations:

One of the two fields - Field1 or Field2 should have a value. If Field1 has a value then Field3 should have a value and if Field2 has a value then one of the fields - Field4 or Field5 should have a value.

 

2. There is a Header object and Lines object. There is a common field in both objects. If this field is populated in the Header object then that value should get carried over to all the lines with that header. (I should be able to edit the value on any line later).

 

Is there a way to clone an Object (with all components, validations, etc...)

Is there a way to make the Search filters stay permanently (as in a search bar) on top of the Object displayed in a Tab view.

Essentially your filters are visible only when you start searching, but I want the filters that are set to always show so that when you go to aparticular tab you always have the option of searching for the data by specifying criteria in the search filters. (I am not refering to the View option).