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
Ajay Kumar 583Ajay Kumar 583 

Not able to see Custom Object to the StandardPlatformUser

How can i add the CustomObject to the Standard Platform user. The Object is visible in SystemAdministrator. And while creating the App for this Object i have added the  Standard Platform user also to the UserProfiles and Included the Custom Object in the Navigation Item. 
Now i am able to access the App and Custom Object only in Admin Profile , Whereas in Standard Platform user profile i have only access to App but not Custom Object.
Please help me on this.
Thanks ,
AJ
Best Answer chosen by Ajay Kumar 583
Alex Bondarenko 1Alex Bondarenko 1
Hello,

Normally standard profiles are not editable, because its not a custom profile.
To make a standard profile into custom profile do the following:
  • Go to Setup>Users>Profiles>Select Standard Platform User
  • Click on Clone button
  • Give a name for the new profile
  • Save
Now, you can edit custom profile as your wish.
Edit object permissions for your custom objects in this profile: Apps>Object Settings. 
Assign this profile to the users you needed.  

Hope so this helps you!

All Answers

MKRMKR

Hi,

Check that the user profile has at least "View" access to the object and that the tab setting for the object is set to DefaultOn.
 

Regards,
Miika

Alex Bondarenko 1Alex Bondarenko 1
Hello,

Normally standard profiles are not editable, because its not a custom profile.
To make a standard profile into custom profile do the following:
  • Go to Setup>Users>Profiles>Select Standard Platform User
  • Click on Clone button
  • Give a name for the new profile
  • Save
Now, you can edit custom profile as your wish.
Edit object permissions for your custom objects in this profile: Apps>Object Settings. 
Assign this profile to the users you needed.  

Hope so this helps you!
This was selected as the best answer
Ajay Kumar 583Ajay Kumar 583
Thanks Mika and Alex...  i have resolved using these solutions. Thanks a lot