Loading
Safety Cloud
目錄
選取篩選

          沒有結果
          沒有結果
          以下是搜尋小祕訣

          檢查關鍵字的拼字。
          使用較常見的搜尋字詞。
          選取較少篩選條件以擴大您的搜尋。

          搜尋所有 Salesforce 說明
          Create Consent Records with an Apex Job for Vaccine Eligibility

          Create Consent Records with an Apex Job for Vaccine Eligibility

          With a scheduled Apex job, you can regularly create consent records for the leads that are generated from your vaccine eligibility sign-up form. Simply schedule the job, and it runs at the specified time when you have new leads from the sign-up form.

          The job uses the schedulable class AsyncConsentRecordCreator to create the consent records for the leads.

          Each batch performs these actions on the lead records:

          • Fetch Lead records with WasIndividualCreated__c = false.
          • If the record has HasNotificationConsent__c = true:
            1. Create an Individual record.
            2. Create a Contact Type Consent record.
            3. Update the lead record with WasIndividualCreated__c = true and link it to the Individual record.
          1. From Setup, enter Apex Classes in the Quick Find box, then select Apex Classes.
          2. Click Schedule Apex.
          3. Enter the job name. We recommend Consent Record Creation, so you know what kind of record the job creates.
          4. Enter AsyncConsentRecordCreator in the search bar and select it.
          5. Specify the start and end dates for the Apex scheduled class. If you specify a single day, the job runs only once.
          6. Specify a preferred start time. The exact start time depends on service availability.
          7. Save your changes.

          After the job is completed, you can see its information on the Apex Jobs page, such as whether it passed or failed, how long it took to process, and the number of records processed.

           
          正在載入
          Salesforce Help | Article