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