Skip to content

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

License

Notifications You must be signed in to change notification settings

MervmessInc/simple_salesforce_examples

Folders and files

NameName
Last commit message
Last commit date
Jul 7, 2022
Jun 28, 2022
Dec 20, 2022
Jun 28, 2022
Jun 29, 2022
Apr 14, 2025
Apr 14, 2025
Apr 14, 2025
Apr 14, 2025
Apr 14, 2025
Apr 14, 2025
Apr 14, 2025
Apr 14, 2025
Apr 21, 2025
Dec 20, 2022
Apr 14, 2025
Apr 14, 2025
Dec 20, 2022

Repository files navigation

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.