We are trying to remove a native application with 90 custom objects. In order to proceed it appears we will need to reassign all their page layouts. Is there a bulk programmatic or SOQL method for doing this?
1 条评论
@Rachael Arnott This can be done through package.xml . You can use this article which might help you to do it using Visual code and CLI.
https://www.salesforceben.com/introduction-to-sfdx-and-vscode-for-admins/The principle is that you retrieve the package.xml file from your org , modify it and redeploy it using visual code.
Just curious. Why are you removing the native application?