• Mark Korf 6
  • NEWBIE
  • 0 Points
  • Member since 2015

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

Trying to build a Slack notification in apex like the one in the following picture.

User-added image

Here is my code. As you can see my error is on line 15? 

User-added image

Thanks in advance.
Mark
Hello,

Trying to build a Slack notification in apex like the one in the following picture.

User-added image

Here is my code. As you can see my error is on line 15? 

User-added image

Thanks in advance.
Mark
Hi,

I am trying to complete challange inside Data Security (Controlling Access to Fields) but i am facing below error:
Challenge not yet complete... here's what's wrong: 
The 'Basic Account User' profile did not have the appropriate object and field-level security for the Account object

I followed below steps as per mentioned in question:
1. I have created one profile Basic Account User
2. Assign one user to this profile. So I can assign him permission set
3. I have created one permission set as Account Rating and in that object setting I have assigned Account object read and edit access for Object as well for Rating field.
4. Then I assign that permission set to user inside Basic Account User Profile.

Please let me know if I am doing any mistakes or the question with wrong steps.

Question Is: Create a Profile and Permission Set to properly handle field access
The Marketing Coordinator and Account Manager both require access to view and update Account Records, but only the Account Manager should be able to see and edit certain fields. Specifically, only the Account Manager should be able to see and edit the Rating field. The Marketing Coordinator should not be able to see or edit the Rating field. Create one profile and one permission set with the appropriate field-level security to solve for this use case.
  • The profile must be named 'Basic Account User' and result in an API name of 'Basic_Account_User'. It should use the 'Salesforce' user license type.
  • The permission set must be named ‘Account Rating’ and result in an API name of 'Account_Rating'.
Hi all, I'm getting this error message from the checker "Challenge not yet complete... here's what's wrong: 
The 'Basic Account User' profile did not have the appropriate object and field-level security for the Account object"
I think I've tried every possible way to set up the Basic Account User and Pofiles. I have tried allowing the filed in the profile but not in the permission set, and vice versa as well as a mix of the two. How am I supposed to set up the Basic Account User?? I have been editing the Account settings under the Standard Object Permissions section of the profile, but if there is something else I am supposed to be editing, please let me know. Thanks!