function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Andrew Brown 59Andrew Brown 59 

Process Automation Superbadge Error Step 4

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!
Best Answer chosen by Andrew Brown 59
Andrew Brown 59Andrew Brown 59
Well I'm buggered if I know why, but this worked:
https://developer.salesforce.com/forums?id=9060G000000BhD5QAK#!/feedtype=SINGLE_QUESTION_SEARCH_RESULT&id=9060G000000BgSJQA0

All Answers

Andrew Brown 59Andrew Brown 59
Cleaned up some test processes etc, still no worky worky:  HQJEMZJF
Andrew Brown 59Andrew Brown 59
Well I'm buggered if I know why, but this worked:
https://developer.salesforce.com/forums?id=9060G000000BhD5QAK#!/feedtype=SINGLE_QUESTION_SEARCH_RESULT&id=9060G000000BgSJQA0
This was selected as the best answer