Skip to main content
Olivia Forde (Lifes2good) 님이 #Data Management에 질문했습니다
HI Iam trying to do an update to a Line Item by returning the line fromSalesforce but am stuck
답변 1개
  1. 2015년 9월 20일 오전 7:56
    To update the particular Record line items, you need to have a unique Record ID field for that object, so that the data from the  jitterbit file can be mapped to the records.

     

    Steps:

     

    1. The file you are uploading from jitterbit should have unique record id field for each record.

     

    2. Write an Apex Batch class to update the data by mapping the parent records Unique Record Id field.

     

    3. Fetch the line items of that record using Unique Record Id field and update.

     

    Thanks
0/9000