Epicor PO Line Issue

Hello everybody,

Has anybody encountered the need for having decimal PO lines and if you did, were you able to upload those PO lines in Epicor or did you end up flooring the value to the nearest whole integer?

Thank you,

@abra_dev Welcome. Let Epicor number the lines in the SO. POLine is a character field so you can use anything to match up to what your customer sent. Just don’t go over the 20 characters or things will start to error out.

Hello Greg,

I am using the Erp.BO.POSvc endpoint to upload the PO and the POLine value is an integer column. I do not see any other value associated with the POLine.

Apologize If I was vague or posted incorrectly, first time here! :smile:

Who’s PO is this? Yours or the customers?

Ours!

In our systems we group costs by PO lines with decimals at times. This causes errors in the upload process when using that Endpoint.

If you are generating the decimal lines in another system then I would mimic the PO Lines function in sales order and make a POLines_c UD field to link to the external system and let Epicor do the line numbering.

3 Likes

That’s the solution we have been leaning towards. Was just doing one last sanity check with the community before going down this route. My team is hesitant about having two separate values that are being represented in Epicor but I could not find any other solution besides this! :smile:

1 Like

To be fair, your other system sounds weird.

1 Like