• Andrew Brown 59
  • NEWBIE
  • 0 Points
  • Member since 2016

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

This error is driving me insane, error code is RPDITLPV

I've gone through all the permutations that I can possibly think of but nothing seems to be working.

I've set field level security for the 'Approved' checkbox to the appropriate 2 profiles, and my validation rule for closing the opp is

AND(
ISCHANGED(Approved__c),
Approved__c = TRUE,
NOT(
OR($Profile.Name = 'System Administrator',
$Profile.Name = 'Custom: Sales Profile'
)
)
)

Halp!
Hi all,

This error is driving me insane, error code is RPDITLPV

I've gone through all the permutations that I can possibly think of but nothing seems to be working.

I've set field level security for the 'Approved' checkbox to the appropriate 2 profiles, and my validation rule for closing the opp is

AND(
ISCHANGED(Approved__c),
Approved__c = TRUE,
NOT(
OR($Profile.Name = 'System Administrator',
$Profile.Name = 'Custom: Sales Profile'
)
)
)

Halp!
Trailhead keeps requesting to log in and writes that there is no connection to developers edition, even though it was connected before