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
simwr77simwr77 

Package Profile settings

Hi all,
i have an issue with my new package and I can't find a logical motivation.

 

In my package there is 2 custom profile that enable my custom object permission

Custom Profile Admin
   Object Read/Write/Delete
Custom Profile StandardUser
    Object Read

When I install the package in a new ORG I can extend the permissions of the current profiles by assigning
to each existing profile a custom package profile.

 

When I assign the permission like this
 ORG Profile 1 -> Custom Profile Admin
 ORG Profile 2 -> Custom Profile StandardUser
 ORG Profile 3 -> Custom Profile Admin
 ORG Profile 4 -> Custom Profile StandardUser
 ORG Profile 5 -> Custom Profile StandardUser
 ORG Profile 6 -> Custom Profile StandardUser
all it's ok

 ORG Profile 1\3 have Read\Write\Delete permission
 ORG Profile 2\4\5\6 have Read permission

 

 

But when I assign the permission like this
 ORG Profile 1 -> Custom Profile Admin
 ORG Profile 2 -> Custom Profile StandardUser
 ORG Profile 3 -> Custom Profile StandardUser
 ORG Profile 4 -> Custom Profile StandardUser
 ORG Profile 5 -> Custom Profile StandardUser
 ORG Profile 6 -> Custom Profile StandardUser
I have an unexplained result

 ORG Profile 1 have Read\Write\Delete permission -> OK
 ORG Profile 2\3\4\5\6 have Read permission + Object "View All" permission!!

 

Why?

 

Thanks
Simone

 

 

JVU6034JVU6034

Hi Simone,

 

I suggest creating a case in the partner portal. Partner Support will have to replicate the behavior.

 

Thanks,

 

Joseph