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
StephenBStephenB 

PermissionSet child detail info

Hi techs, have got a puzzling problem. I'm looking at how the PermissionSet data is exposed via the metadata API. The permission set itself is available, and I can get all of the 'top level' permissions that are editable in a permission set - eg. the admin and app preferences. What I don't seem to be able to get to is the child information - eg if I add/change an object's preferences, or field-level security prefs within the permission set, I don't see this info.

 

I'm trying to work out if I can use the metadata API to retrieve and deploy a permission set to another org. It looks like I can do this for the set itself but not for the object/field info within the perm set. In this case, the solution is only going to be half-baked.

 

Anyone have any ideas?

 

Thanks,

Stephen

@sbro_nz

280z280z

I am also having this issue.  Were you able to resolve it?  I can't seem to find where the CRUD on Objects is stored for the Profile.