AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • In-Person Gatherings
    • Power BI Workshop
    • Podcast
    • Rolodex
    • Blog
    • Forums
  • Paid
    • AugSQL
    • GI Course
    • GI Library
    • Consulting
  • Register
Acumatica Forums

By using this website, you agree to our Terms of Use (click here)

Forums
AUG Forums
Everything Else
Import Scenario to ...
 
Notifications
Clear all

Questions Import Scenario to add allocations to a Purchase Receipt

 
Everything Else
Last Post by Royce Lithgo 6 years ago
16 Posts
5 Users
1 Reactions
7,570 Views
RSS
Royce Lithgo
Posts: 557
 Royce Lithgo
Topic starter
August 27, 2018 5:42 pm
(@roycelithgo)
Honorable Member
Joined: 6 years ago

Purchase Receipt needs to be created from a PO to setup the link from the Purchase Receipt line back to the PO. This is a manual step. Now i want to import the allocations for a specific existing Purchase Receipt line. I have something working, but i am unable to implement Line Nbr matching. In other words, my import always applies the allocations to the first line of the Purchase Receipt. This is not what i want. My import file has the PO Receipt Nbr and Line Nbr to update. 

I found an example from Acumatica Integration Scenarios training (Example 2.5.2) - which was for updating an AR invoice by Line Nbr. The trick was to use <Line Number> and set it to the line nbr field in the data provider. Here is the example from the training:

Here is my import scenario:

Line Nbr, Lot/Serial Nbr, Qty are the fields in my data provider spreadsheet.

When I try to import some test data, I get "Error: The system failed to commit the splits row"


15 Replies
Tim Rodman
Posts: 3199
 Tim Rodman
Admin
September 4, 2018 6:32 am
(@timrodman)
Famed Member
Joined: 10 years ago

Maybe you're missing a Dialog Answer row to press the OK button on the Allocations pop-up window?


Reply
Ong
Posts: 21
 Ong
October 23, 2018 8:00 pm
(@pamela-poh-chuen-ong)
Member
Joined: 8 years ago

Hi All,

Sorry to jump into this topic.  I was researching for some answers related to serial number allocations on purchase receipt and came across this.

The allocations pop up dialog window could be something missing in the Import scenario.  Would be great if the import scenario works - that will save heaps of time.

I have a question here though - somewhat related.  I am using serial numbers when used for my stock items.  Thus, I do not need to allocate serial numbers during purchase receipt, however, I still need to go into the allocation screen to add the total receipt quantities.  I was made to know that I don't even need to go to the allocation screen to enter the purchase receipt quantity (even though it's a serialised item).  I have looked all over for a related setting that would allow me to bypass the allocation screen, but to no avail.  So, just wondering, if anyone knows if there is such a setting somewhere that i might have missed out, please?  

Thank you!

 


Reply
Tim Rodman
Posts: 3199
 Tim Rodman
Admin
October 28, 2018 6:20 pm
(@timrodman)
Famed Member
Joined: 10 years ago

Hi Pamela,

Can't you enter the Quantity on the main screen without going into the Allocation screen?


Reply
Ong
Posts: 21
 Ong
October 29, 2018 1:17 am
(@pamela-poh-chuen-ong)
Member
Joined: 8 years ago

Hi Tim,

Thanks for the reply.  The settings for the stock item and lot serial class appears similar to the DEMO company.  However, we do not need to enter the quantities in the allocation screen in the DEMO company , however, in one of the client's site, it came up with an error(per below).  There was no customisation on the purchasing screens, so was wondering if anyone has experienced that.   I have reported this issue to the principal - will see how it goes. Thank you again once for your help.  I find this site is really helpful.  

"Error: Inserting  'Purchase Receipt Line' record raised at least one error. Please review the errors. 
One or more lines have unassigned Location and/or Lot/Serial Number "


Reply
Royce Lithgo
Posts: 557
 Royce Lithgo
Topic starter
October 29, 2018 10:01 pm
(@roycelithgo)
Honorable Member
Joined: 6 years ago

The error means the item is Lot/Serial tracked "When Received" and you need to provide a Lot/Serial number for the PO Receipt Line. This can be done directly on the PO Receipt Line or via Allocations Button. To do it on the line, make sure you've added the Lot/Serial number field to the list of displayed columns. Otherwise you need to press the Allocations button and do it on the popup form.


Reply
Ong
Posts: 21
 Ong
October 29, 2018 10:21 pm
(@pamela-poh-chuen-ong)
Member
Joined: 8 years ago

Hi Royce,

Thank you for the reply.  My stock items are tagged to 'Lot/Serial number when used' .  Thus, it should not prompt me to go to the allocation screen to enter the serial numbers.  It happened to all my stock items which are tagged to 'Lot/Serial number when used'. Just weird.


Reply
Tim Rodman
Posts: 3199
 Tim Rodman
Admin
November 1, 2018 2:07 pm
(@timrodman)
Famed Member
Joined: 10 years ago

Do you get the same error if you enter the data manually into the screen?


Reply
Posts: 1
 Vichet QR
November 28, 2018 3:57 am
(@vichet-qr)
Member
Joined: 7 years ago

Hi Tim,

I have a problem with  import Purchase Receipts by scenarios and use the button ADD PO but i don't know how to do mapping in scenarios

How can i use this button for import Purchase Receipts?

Thanks you!


Reply
Tim Rodman
Posts: 3199
 Tim Rodman
Admin
December 6, 2018 6:11 pm
(@timrodman)
Famed Member
Joined: 10 years ago

I've never tried it before, but I think you could use the technique outlined on Page 111 in this document:

https://openuni.acumatica.com/wp-content/uploads/2017/04/I100-Integration-Scenarios-6_Jan.pdf


Reply
Ellie
Posts: 129
 Ellie
August 26, 2019 1:30 pm
(@ellie)
Estimable Member
Joined: 6 years ago

@royce-lithgo  Were you ever successful importing allocation lines to an existing PO receipt?

I am trying to modify existing PO receipts which t have 1 allocation row ( the default receipt to location ) and split the allocation to multiple warehouse locations.

 


Reply
Royce Lithgo
 Royce Lithgo
(@roycelithgo)
Joined: 6 years ago

Honorable Member
Posts: 557
August 26, 2019 2:39 pm
Reply toEllieEllie

@ellie

Yes i got it to work with this:

Excel file has Receipt Nbr, Inventory ID, Lot/Serial Nbr, Qty


Reply
Ellie
Posts: 129
 Ellie
August 26, 2019 3:33 pm
(@ellie)
Estimable Member
Joined: 6 years ago

Tried that. It creates a new po receipt line for each of the allocation lines instead of going into the @@Inventory ID and splitting the qty in allocation rows.

I also tried using the same concept you did here with @@inventory ID but on @@Line nbr. It did not work either. 

 


Reply
Royce Lithgo
Posts: 557
 Royce Lithgo
Topic starter
August 26, 2019 3:38 pm
(@roycelithgo)
Honorable Member
Joined: 6 years ago

Not sure why it wouldn't work - make sure that there is no <Line Number> enabled on Document Details (I probably should have deleted that from the IS as it's not doing anything). Can you do it by InventoryID just as a test?


Reply
Ellie
Posts: 129
 Ellie
August 26, 2019 3:46 pm
(@ellie)
Estimable Member
Joined: 6 years ago

I made sure of that and tried it on inventory ID

This is my current scenario:


Reply
Royce Lithgo
Posts: 557
 Royce Lithgo
Topic starter
August 26, 2019 5:22 pm
(@roycelithgo)
Honorable Member
Joined: 6 years ago

That should work - don't understand why it doesn't.


Reply
Tim Rodman reacted
Forum Jump:
  Previous Topic
Next Topic  
Forum Information
Recent Posts
Unread Posts
Tags
  • 12 Forums
  • 2,528 Topics
  • 10.9 K Posts
  • 7 Online
  • 2,413 Members
Our newest member: psteichen
Latest Post: Credit Reference Report Needed
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Online Members

 No online members at the moment

Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

Copyright © 2026 · AUG Forums, LLC. All rights reserved. This website is not owned, affiliated with, or endorsed by Acumatica, Inc.

‹›×

    ‹›×