• Reiya Horii
  • NEWBIE
  • 15 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
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
The challenge is:

You've been given a requirement to keep Contact addresses in sync with the Account they belong to. Use Process Builder to create a new process that updates all child Contact addresses when the address of the Account record is updated. This process:Can have any name.
Must be activated.
Must update Contact mailing address fields (Street, City, State, Post Code, Country) when the parent Account shipping address field values are updated.

I start with Accounts when records is created or edited.
Filter criteria where accounts shipping address (street, city, state, zip code) is changed (used "or" logic).

I am stuck on the next step "add action".  I started with action type "Update Records".
On objects, I can't seem to change Accounts to Contacts.  Why?