Skip to main content
Answer

Stock return with Credit Memo in an Import scenario?

  • October 5, 2021
  • 3 replies
  • 127 views

Forum|alt.badge.img

Hi,

I am trying to create an Import that does the following in one Import Scenario:-

  • takes the Sales Order no. from a file (SO Type = SR)
  • creates the Shipment Receipt from the SR
  • confirms the Shipment Receipt
  • creates the Credit Memo and
  • releases the Credit Memo

I have attached where I am at currently but I cant seem to find “CreateShipmentReceipt”.

The import Scenario I have tried to date is attached.

Any help appreciated.

Thanks,

Laura

Best answer by vkumar

Hi @lauracastagna 

Import scenario can import/ manipulate the imported document on specific screen selected. So, using an import scenario built on ‘SO’ screen, you wont be able to create a ‘Shipment’.

As per details provided, more than one screen is involved. Hence, 

  • you need to use multiple scenarios for each screen ( SO, Shipment and Invoice ) if you prefer to have shipment document (Receipt) created separately and then process a Credit memo.
  • Else, one can use SO ‘Invoice’ document screen (SO303000, type ‘Credit memo’) for import.  

Hope this clarifies,

Regards,

3 replies

Forum|alt.badge.img+12
  • Acumatica Support Team
  • Answer
  • October 5, 2021

Hi @lauracastagna 

Import scenario can import/ manipulate the imported document on specific screen selected. So, using an import scenario built on ‘SO’ screen, you wont be able to create a ‘Shipment’.

As per details provided, more than one screen is involved. Hence, 

  • you need to use multiple scenarios for each screen ( SO, Shipment and Invoice ) if you prefer to have shipment document (Receipt) created separately and then process a Credit memo.
  • Else, one can use SO ‘Invoice’ document screen (SO303000, type ‘Credit memo’) for import.  

Hope this clarifies,

Regards,


Forum|alt.badge.img
  • Author
  • Varsity I
  • October 8, 2021

ignore @Naveen B 


Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • October 9, 2021

Sure @lauracastagna