Good day All!
I used dataloader to bulk update object (OLS)/field (FLS) permissions by querying "ObjectPermissions" and "FieldPermissions" data objects from dataloader UI. I did an export, made my edits and then did an import using the same file successfully.
Now I want to update record type assignment on multiple objects for a particular profile but I am not sure which data object to query on from dataloader UI so I can get the list of Objects with their current record type assignments. Has someone came across this scenario before? Thanks in advance!
-Iftikhar
Profile layout can be queried using tooling API-:
It is metadata, not exactly stored in table, so you wont be able to update it through data loader.
you can change XML for bulk records manually and deploy it via ant or other tools