Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 604 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 604 Bytes

Simple Salesforce Examples

Some useful examples of things you can do with the Simple Salesforce package

mdapi_update_object.py

Add a new Custom Field "Archive_Id" to all the Custom Objects in the Salesforce Org.

mdapi_update_permission_set.py

Update object level & field level permissions on permission set "Update_Archive_Id".

update_records.py

Bulk update all records in the Salesforce Org. Populate "Archive_Id" with a GUID

sf_org_compare_tool.py

Compare 2 Salesforce Orgs and report if the row counts match.