- 
                Notifications
    
You must be signed in to change notification settings  - Fork 16
 
Salesforce
        Michael Harrison edited this page Dec 9, 2020 
        ·
        2 revisions
      
    The different ways Salesforce and the CMS interact (organized by management command):
Partners are updated via the update_partners management command. It queries by field on the Account table, looking for RecordTypeId="012U0000000MeAuIAK".
Partner reviews are updated via the sync_reviews management command. This command is responsible for syncing new reviews, changing the status of reviews - based on their review queue status in Salesforce, and removing reviews that have been deleted.
See Salesforce: Partner Reviews for more information on how ratings and reviews work.