• Develper RKrish
  • NEWBIE
  • 0 Points
  • Member since 2013

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

My Picklist has two values say, Approved, Not-Approved. and another 5 text fields.

 

When selected Approved, 3 text fields should be enabled to enter data and 2 should be disabled.

 

and selected not-approved, 2 text fields are enabled and 3 are disabled.

 

what are different ways to get this and HOW?

Hi Experts,

 

Rule should NOT run when record is created under option "created, and any time it’s edited to subsequently meet criteria" , but should run when edited to meet criteria.

 

How can accomplish this ?

This code is to check duplicate records.

 

i want the functionality of this.

 

for(Fasttrack_Activity__c FA : Trigger.new)

      {

              if(FA.Name == 'photo')

              {

                      FA.Name.addError('Duplicate Name');

              }

      }

Hi Experts,

 

Rule should NOT run when record is created under option "created, and any time it’s edited to subsequently meet criteria" , but should run when edited to meet criteria.

 

How can accomplish this ? 

Hi Experts,

 

Rule should NOT run when record is created under option "created, and any time it’s edited to subsequently meet criteria" , but should run when edited to meet criteria.

 

How can accomplish this ?