Skip to main content
Question

Update second line via import scenario

  • April 30, 2026
  • 3 replies
  • 34 views

Forum|alt.badge.img

Hi - in MYOB Acumatica Pay Details screen, how do update second line ‘Payment Summary’ to untick the ‘Use default email address’ and tick the ‘Use Personal Email’ in import scenario?

I’ve tried IIf statements without success, so I just updated ‘Payslip’ line in the meantime.

How to untick Use default email address and tick Use Personal Email instead
My import scenario

 

3 replies

MissyMain41
Jr Varsity I
Forum|alt.badge.img
  • Jr Varsity I
  • April 30, 2026

Hello, 

You may need to use a custom key to affect records with multiple lines.

Have you tried that yet? 

I made a really great import scenario webinar that goes over custom key configurations that might help.
I do recommend watching the full section for custom keys to understand the concept if this is new to you :)
 

 


Naveen Boga
Captain II
Forum|alt.badge.img+20
  • Captain II
  • April 30, 2026

@MarkD  You can refer the below article, where you need to find out the KEY field in the grid and mention that @@ to look up the field to update the line.

Please refer to the below article and review the Tip #6 section for your reference.

https://www.eis.consulting/post/acumatica-import-and-export-scenarios-tips-and-tricks

Tip #6: Matching Records at the Line Level


Manikanta Dhulipudi
Captain II
Forum|alt.badge.img+16

@MarkD As ​@Naveen Boga indicated the import scenairo should contain @@Payment Summary field in the Mapping.

 

Example