• Jacques CONAN
  • NEWBIE
  • 45 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 10
    Replies
Hello,
My challenge for   Admin Intermediate > Lightning Flow  > Automate Simple Business Processes with Process Builder fails with errors.
Below is the email that I received.
Can someone help?
Thanks in advance.
Cheers.
Jacques
Here is the message I received from Trailhead.
Challenge not yet complete... here's what's wrong:
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Update failed. First exception on row 0 with id 0010X00004CxrMNQAZ; first error: CANNOT_EXECUTE_FLOW_TRIGGER, We can't save this record because the “keep contact addresses sync” process failed. Give your Salesforce admin these details. This error occurred when the flow tried to update records: FIELD_CUSTOM_VALIDATION_EXCEPTION: Contact must be in Account ZIP Code. You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 138353171-26705 (1404636802): []

Here is the email I received from SalesForce:

Error element myRule_1_A1 (FlowRecordUpdate).
The flow tried to update these records: null. This error occurred: FIELD_CUSTOM_VALIDATION_EXCEPTION: Contact must be in Account ZIP Code. You can look up ExceptionCode values in the SOAP API Developer Guide.---The flow tried to update these records: null. This error occurred: FIELD_CUSTOM_VALIDATION_EXCEPTION: Contact must be in Account ZIP Code. You can look up ExceptionCode values in the SOAP API Developer Guide.

Flow Details
Flow Name: keep_contact_addresses_sync
Type: Record Change Process
Version: 1
Status: Active
Org: looking4job (00D0X000000NIfC)

Flow Interview Details
Interview Label: keep_contact_addresses_sync-1_InterviewLabel
Current User: Jacques CONAN (0050X0000076z7s)
Start time: 7/2/2018 4:05 PM
Duration: 0 seconds

How the Interview Started
Jacques CONAN (0050X0000076z7s) started the flow interview.
Some of this flow's variables were set when the interview started.
myVariable_old = 0010X00004CxrMNQAZ
myVariable_current = 0010X00004CxrMNQAZ

ASSIGNMENT: myVariable_waitStartTimeAssignment
{!myVariable_waitStartTimeVariable} Equals {!$Flow.CurrentDateTime}
Result
{!myVariable_waitStartTimeVariable} = "7/2/2018 4:05 PM"

DECISION: isChangedDecision2_myRule_1_ShippingCity
Executed this outcome: isChangedRule_2_myRule_1_ShippingCity
Outcome conditions: and
1. {!myVariable_old} (0010X00004CxrMNQAZ) Is null false
2. {!myVariable_old.ShippingCity} (null) Does not equal {!myVariable_current.ShippingCity} (Staines)
Logic: All conditions must be true (AND)

DECISION: isChangedDecision3_myRule_1_ShippingCountry
Executed this outcome: isChangedRule_3_myRule_1_ShippingCountry
Outcome conditions: and
1. {!myVariable_old} (0010X00004CxrMNQAZ) Is null false
2. {!myVariable_old.ShippingCountry} (null) Does not equal {!myVariable_current.ShippingCountry} (UK)
Logic: All conditions must be true (AND)

DECISION: isChangedDecision4_myRule_1_ShippingGeocodeAccuracy

DECISION: isChangedDecision5_myRule_1_ShippingLatitude

DECISION: isChangedDecision6_myRule_1_ShippingLongitude

DECISION: isChangedDecision7_myRule_1_ShippingState
Executed this outcome: isChangedRule_7_myRule_1_ShippingState
Outcome conditions: and
1. {!myVariable_old} (0010X00004CxrMNQAZ) Is null false
2. {!myVariable_old.ShippingState} (null) Does not equal {!myVariable_current.ShippingState} (Middlesex)
Logic: All conditions must be true (AND)

DECISION: isChangedDecision8_myRule_1_ShippingStreet
Executed this outcome: isChangedRule_8_myRule_1_ShippingStreet
Outcome conditions: and
1. {!myVariable_old} (0010X00004CxrMNQAZ) Is null false
2. {!myVariable_old.ShippingStreet} (null) Does not equal {!myVariable_current.ShippingStreet} (1 Street)
Logic: All conditions must be true (AND)

DECISION: isChangedDecision9_myRule_1_ShippingPostalCode
Executed this outcome: isChangedRule_9_myRule_1_ShippingPostalCode
Outcome conditions: and
1. {!myVariable_old} (0010X00004CxrMNQAZ) Is null false
2. {!myVariable_old.ShippingPostalCode} (null) Does not equal {!myVariable_current.ShippingPostalCode} (TW18 3AG)
Logic: All conditions must be true (AND)

DECISION: myDecision
Executed this outcome: myRule_1
Outcome conditions: or
1. {!isChangedRule_2_myRule_1_ShippingCity} (true) Equals true
2. {!isChangedRule_3_myRule_1_ShippingCountry} (true) Equals true
3. {!isChangedRule_4_myRule_1_ShippingGeocodeAccuracy} (false) Equals true
4. {!isChangedRule_5_myRule_1_ShippingLatitude} (false) Equals true
5. {!isChangedRule_6_myRule_1_ShippingLongitude} (false) Equals true
6. {!isChangedRule_7_myRule_1_ShippingState} (true) Equals true
7. {!isChangedRule_8_myRule_1_ShippingStreet} (true) Equals true
8. {!isChangedRule_9_myRule_1_ShippingPostalCode} (true) Equals true
Logic: One condition must be true (OR)

RECORD UPDATE: myRule_1_A1
Find all Contact records where:
AccountId Equals {!myVariable_current.Id} (0010X00004CxrMNQAZ)
Update the records’ field values.
MailingCity = {!myVariable_current.ShippingCity} (Staines)
MailingCountry = {!myVariable_current.ShippingCountry} (UK)
MailingGeocodeAccuracy = {!myVariable_current.ShippingGeocodeAccuracy} (null)
MailingLatitude = {!myVariable_current.ShippingLatitude} (null)
MailingLongitude = {!myVariable_current.ShippingLongitude} (null)
MailingPostalCode = {!myVariable_current.ShippingPostalCode} (TW18 3AG)
MailingState = {!myVariable_current.ShippingState} (Middlesex)
MailingStreet = {!myVariable_current.ShippingStreet} (1 Street)
Result
Failed to update records that meet the filter criteria.

Error Occurred: The flow tried to update these records: null. This error occurred: FIELD_CUSTOM_VALIDATION_EXCEPTION: Contact must be in Account ZIP Code. You can look up ExceptionCode values in the SOAP API Developer Guide.---The flow tried to update these records: null. This error occurred: FIELD_CUSTOM_VALIDATION_EXCEPTION: Contact must be in Account ZIP Code. You can look up ExceptionCode values in the SOAP API Developer Guide.


Salesforce Error ID: 138353171-26705 (1404636802)
 
Hello,
I am trying to pass the Admin Intermediate > Data Security > Define Sharing Rules
I get the error "The sharing rule did not behave as expected."
Here is the setting of the sharing rule:
User-added image
Can someone help me as I really don't know what I am missing?
Thanks in advance.
Cheers.
Jacques
Hello,
I am trying to complete the challenge for Admin Intermediate > Data Security  > Control Access to Fields.
I cannot give the Rating permission set access to account Rating field: Read Access, Edit Access.
I get the error message "The 'Rating' permission set does not have the appropriate field-level security for the Account Rating field."
I don't know where to set this up. Here is the only thing I can see from the Permission Set screen:
User-added image
Thanks in advance for your help.
Cheers.
Jacques
Hello,
I am failing to pass the challenge in Admin Intermediate > Formulas & Validations > Create Validation Rules.
I get the following error:
"Challenge not yet complete... here's what's wrong:
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. First exception on row 0; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, Contact must be in Account ZIP Code: []"
Here is the setting for my validation formula:
User-added image
Can someone help me?
Thanks in advance.
Jacques
 
Hi there,
I am trying to follow the lesson on Admin Beginner > Salesforce Mobile App Customization > Create Global Quick Actions
I am at the section Add an Action to the Global Publisher Layout.
I cannot drop the quick action I created on the Salesforce Mobile and Lightning Experience Actions section in the global publisher layout.
I do not see the "override the predefined actions" blue link in this section as the tutorial indicates.
This is strange...
Can somebody help me please?
Thanks in advance.
Jacques
Hi there,
I am a French TrailHead student and wanted to complete the Admin traning.
I experienced a few localization issues with my SF applications being in French and the lab being in English.
I coped with this issues so far but here I am stuck at the Lightning Experience Customization / Create and Customize List Views .
The validation of the lab fails and displays:
Challenge not yet complete... here's what's wrong:
The 'High Probability Opportunities' list view does not appear to be configured correctly. It should show only opportunities whose stage is 'Proposal/Price Quote' or 'Negotiation/Review', and whose probability is greater than or equal to 50%.

Please help.
Thanks in advance!
All the best,
Jacques
Hello,
My challenge for   Admin Intermediate > Lightning Flow  > Automate Simple Business Processes with Process Builder fails with errors.
Below is the email that I received.
Can someone help?
Thanks in advance.
Cheers.
Jacques
Here is the message I received from Trailhead.
Challenge not yet complete... here's what's wrong:
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Update failed. First exception on row 0 with id 0010X00004CxrMNQAZ; first error: CANNOT_EXECUTE_FLOW_TRIGGER, We can't save this record because the “keep contact addresses sync” process failed. Give your Salesforce admin these details. This error occurred when the flow tried to update records: FIELD_CUSTOM_VALIDATION_EXCEPTION: Contact must be in Account ZIP Code. You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 138353171-26705 (1404636802): []

Here is the email I received from SalesForce:

Error element myRule_1_A1 (FlowRecordUpdate).
The flow tried to update these records: null. This error occurred: FIELD_CUSTOM_VALIDATION_EXCEPTION: Contact must be in Account ZIP Code. You can look up ExceptionCode values in the SOAP API Developer Guide.---The flow tried to update these records: null. This error occurred: FIELD_CUSTOM_VALIDATION_EXCEPTION: Contact must be in Account ZIP Code. You can look up ExceptionCode values in the SOAP API Developer Guide.

Flow Details
Flow Name: keep_contact_addresses_sync
Type: Record Change Process
Version: 1
Status: Active
Org: looking4job (00D0X000000NIfC)

Flow Interview Details
Interview Label: keep_contact_addresses_sync-1_InterviewLabel
Current User: Jacques CONAN (0050X0000076z7s)
Start time: 7/2/2018 4:05 PM
Duration: 0 seconds

How the Interview Started
Jacques CONAN (0050X0000076z7s) started the flow interview.
Some of this flow's variables were set when the interview started.
myVariable_old = 0010X00004CxrMNQAZ
myVariable_current = 0010X00004CxrMNQAZ

ASSIGNMENT: myVariable_waitStartTimeAssignment
{!myVariable_waitStartTimeVariable} Equals {!$Flow.CurrentDateTime}
Result
{!myVariable_waitStartTimeVariable} = "7/2/2018 4:05 PM"

DECISION: isChangedDecision2_myRule_1_ShippingCity
Executed this outcome: isChangedRule_2_myRule_1_ShippingCity
Outcome conditions: and
1. {!myVariable_old} (0010X00004CxrMNQAZ) Is null false
2. {!myVariable_old.ShippingCity} (null) Does not equal {!myVariable_current.ShippingCity} (Staines)
Logic: All conditions must be true (AND)

DECISION: isChangedDecision3_myRule_1_ShippingCountry
Executed this outcome: isChangedRule_3_myRule_1_ShippingCountry
Outcome conditions: and
1. {!myVariable_old} (0010X00004CxrMNQAZ) Is null false
2. {!myVariable_old.ShippingCountry} (null) Does not equal {!myVariable_current.ShippingCountry} (UK)
Logic: All conditions must be true (AND)

DECISION: isChangedDecision4_myRule_1_ShippingGeocodeAccuracy

DECISION: isChangedDecision5_myRule_1_ShippingLatitude

DECISION: isChangedDecision6_myRule_1_ShippingLongitude

DECISION: isChangedDecision7_myRule_1_ShippingState
Executed this outcome: isChangedRule_7_myRule_1_ShippingState
Outcome conditions: and
1. {!myVariable_old} (0010X00004CxrMNQAZ) Is null false
2. {!myVariable_old.ShippingState} (null) Does not equal {!myVariable_current.ShippingState} (Middlesex)
Logic: All conditions must be true (AND)

DECISION: isChangedDecision8_myRule_1_ShippingStreet
Executed this outcome: isChangedRule_8_myRule_1_ShippingStreet
Outcome conditions: and
1. {!myVariable_old} (0010X00004CxrMNQAZ) Is null false
2. {!myVariable_old.ShippingStreet} (null) Does not equal {!myVariable_current.ShippingStreet} (1 Street)
Logic: All conditions must be true (AND)

DECISION: isChangedDecision9_myRule_1_ShippingPostalCode
Executed this outcome: isChangedRule_9_myRule_1_ShippingPostalCode
Outcome conditions: and
1. {!myVariable_old} (0010X00004CxrMNQAZ) Is null false
2. {!myVariable_old.ShippingPostalCode} (null) Does not equal {!myVariable_current.ShippingPostalCode} (TW18 3AG)
Logic: All conditions must be true (AND)

DECISION: myDecision
Executed this outcome: myRule_1
Outcome conditions: or
1. {!isChangedRule_2_myRule_1_ShippingCity} (true) Equals true
2. {!isChangedRule_3_myRule_1_ShippingCountry} (true) Equals true
3. {!isChangedRule_4_myRule_1_ShippingGeocodeAccuracy} (false) Equals true
4. {!isChangedRule_5_myRule_1_ShippingLatitude} (false) Equals true
5. {!isChangedRule_6_myRule_1_ShippingLongitude} (false) Equals true
6. {!isChangedRule_7_myRule_1_ShippingState} (true) Equals true
7. {!isChangedRule_8_myRule_1_ShippingStreet} (true) Equals true
8. {!isChangedRule_9_myRule_1_ShippingPostalCode} (true) Equals true
Logic: One condition must be true (OR)

RECORD UPDATE: myRule_1_A1
Find all Contact records where:
AccountId Equals {!myVariable_current.Id} (0010X00004CxrMNQAZ)
Update the records’ field values.
MailingCity = {!myVariable_current.ShippingCity} (Staines)
MailingCountry = {!myVariable_current.ShippingCountry} (UK)
MailingGeocodeAccuracy = {!myVariable_current.ShippingGeocodeAccuracy} (null)
MailingLatitude = {!myVariable_current.ShippingLatitude} (null)
MailingLongitude = {!myVariable_current.ShippingLongitude} (null)
MailingPostalCode = {!myVariable_current.ShippingPostalCode} (TW18 3AG)
MailingState = {!myVariable_current.ShippingState} (Middlesex)
MailingStreet = {!myVariable_current.ShippingStreet} (1 Street)
Result
Failed to update records that meet the filter criteria.

Error Occurred: The flow tried to update these records: null. This error occurred: FIELD_CUSTOM_VALIDATION_EXCEPTION: Contact must be in Account ZIP Code. You can look up ExceptionCode values in the SOAP API Developer Guide.---The flow tried to update these records: null. This error occurred: FIELD_CUSTOM_VALIDATION_EXCEPTION: Contact must be in Account ZIP Code. You can look up ExceptionCode values in the SOAP API Developer Guide.


Salesforce Error ID: 138353171-26705 (1404636802)
 
Hello,
I am trying to pass the Admin Intermediate > Data Security > Define Sharing Rules
I get the error "The sharing rule did not behave as expected."
Here is the setting of the sharing rule:
User-added image
Can someone help me as I really don't know what I am missing?
Thanks in advance.
Cheers.
Jacques
Hello,
I am trying to complete the challenge for Admin Intermediate > Data Security  > Control Access to Fields.
I cannot give the Rating permission set access to account Rating field: Read Access, Edit Access.
I get the error message "The 'Rating' permission set does not have the appropriate field-level security for the Account Rating field."
I don't know where to set this up. Here is the only thing I can see from the Permission Set screen:
User-added image
Thanks in advance for your help.
Cheers.
Jacques
Hello,
I am failing to pass the challenge in Admin Intermediate > Formulas & Validations > Create Validation Rules.
I get the following error:
"Challenge not yet complete... here's what's wrong:
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. First exception on row 0; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, Contact must be in Account ZIP Code: []"
Here is the setting for my validation formula:
User-added image
Can someone help me?
Thanks in advance.
Jacques
 
Hi there,
I am trying to follow the lesson on Admin Beginner > Salesforce Mobile App Customization > Create Global Quick Actions
I am at the section Add an Action to the Global Publisher Layout.
I cannot drop the quick action I created on the Salesforce Mobile and Lightning Experience Actions section in the global publisher layout.
I do not see the "override the predefined actions" blue link in this section as the tutorial indicates.
This is strange...
Can somebody help me please?
Thanks in advance.
Jacques
Hi there,
I am a French TrailHead student and wanted to complete the Admin traning.
I experienced a few localization issues with my SF applications being in French and the lab being in English.
I coped with this issues so far but here I am stuck at the Lightning Experience Customization / Create and Customize List Views .
The validation of the lab fails and displays:
Challenge not yet complete... here's what's wrong:
The 'High Probability Opportunities' list view does not appear to be configured correctly. It should show only opportunities whose stage is 'Proposal/Price Quote' or 'Negotiation/Review', and whose probability is greater than or equal to 50%.

Please help.
Thanks in advance!
All the best,
Jacques