You need to sign in to do that
Don't have an account?
User 444
Is there an automated way to copy a profile's object and field settings on an existing permission set
Is there an automated way to copy a profile's "object and field" settings to an existing permission set? Through data loader or an apex class?
Hi,
You can make use of User Access and Permissions Assistant managed package from Appexchange
Other way is via custom SFDX CLI plugin as mentioned in https://salesforce.stackexchange.com/a/318256/80089
Related: https://developer.salesforce.com/blogs/2018/12/migrating-to-permission-sets-for-dx
If this information helps, please mark the answer as best. Thank you