Skip to main content
Question

Linking Estimate to Sales Order Quotes (QT) via Import Scenario

  • September 9, 2026
  • 2 replies
  • 29 views

Forum|alt.badge.img

I'm trying to attach an existing Estimate to a Sales Order Quote (Order Type QT) in Acumatica Manufacturing through an Import Scenario, and hoping someone has done this before. Manually it's simple: on the Sales Orders screen order type QT (SO301000), go to the ESTIMATES tab, click ADD, and the "Add Estimate" dialog opens (shown below) where you enter the Estimate ID and Revision and click OK to link the estimate. Can this dialog-driven action be automated through an Import Scenario

 


My import scenario below:

Can suggestions are appreciated. 

Thanks!

2 replies

nickcerri32
Captain II
Forum|alt.badge.img+7
  • Captain II
  • September 11, 2026

@mali94 Dialog answers need to precede the dialog inputs.  Sounds counterintuitive, but put the dialog answer line before the [Add Estimate > AddExisting > =”Yes”] line

 

This help article can explain better than I » Dialog Boxes in Import Scenarios


Forum|alt.badge.img
  • Jr Varsity III
  • September 12, 2026

@mali94  I tried the following mapping, it worked.