Mike Robbins
10/05/2020, 4:21 PMreduce
function. When a subsequent group of 1000 is processed, we look for the previous Payment record and continue applying it to more invoices. Due to volume increase, it can now take >12 hours for this process to complete. If we up the concurrency limit on the deployment record, it’s possible that two groups of 1000 for the same incoming payment could be processed at the same time. This would give us two payment records rather than a single payment record for a single payment. The customer wants only one payment record per incoming payment.battk
10/05/2020, 4:23 PMMike Robbins
10/05/2020, 4:27 PMbattk
10/05/2020, 4:33 PMbattk
10/05/2020, 4:35 PMUsing Parent-Child Relationships to Perform Mass Create/Update
Mike Robbins
10/05/2020, 4:38 PMMike Robbins
10/05/2020, 9:32 PM