Sage X3 - Backorders

SOLVED

Hi

We have a client who is using v7 X3 and would like to do partial shipments of orders as the stock is available.

They have requested that the delivery show the original ordered qty and then if a particular line cant be shipped the value of delivered Qty be 0.  This showing that there are products still on backorder.

I have searched the parameters and cant seem to locate anything like this, every time I do a deliver it wont allow you to leave qty as 0 for any items we are not actually delivering.

So in simplet terms, client wants the order in the system, but each delivery to reflect the original order qty for all lines and then a delivered Qty.

Has anyone worked a way around this.

Thanks

Stacey

Parents
  • 0

    I'm confused. Are you asking to diminish the original ordered quantity on the item should the quantity available for that product / site record be insufficient to ship?

    Example:

    - Customer orders 10 widgets from site NA012

    - 0 widgets exist in site NA012

    - Set the ordered quantity to 0

    Is that what you are asking or am I completely misunderstanding?

    Can you give a simple example please?

    Thanks,

    Bob

  • 0 in reply to Delamater
    verified answer

    Depending on your level of experience with crystal reports:

    I think I would probably edit the Delivery document (BONLIV) and use the corresponding fields from SORDERQ,

    SORDERQ.SHTQTY shows the number "backordered".  You'd probably have to change the grouping to SORDERQ instead of SDELIVERYD so that on BONLIV you could loop through the SORDERQ records, additionally if you don't want to reprint completely fulfilled lines, use a suppress filter.

    Best of luck

  • 0 in reply to RegularGuy

    Thanks Regular Guy  for taking the time to answer, appreciate your detail  Have extensive Crystal experience but not with X3 fields yet so appreciate your table references.  Will let you know how I go :)  Its the loop of seeing if I can find a field for total shipped to day or having to sum deliveries that made me steer clear of this in the first place.

    Appreciate your help

Reply
  • 0 in reply to RegularGuy

    Thanks Regular Guy  for taking the time to answer, appreciate your detail  Have extensive Crystal experience but not with X3 fields yet so appreciate your table references.  Will let you know how I go :)  Its the loop of seeing if I can find a field for total shipped to day or having to sum deliveries that made me steer clear of this in the first place.

    Appreciate your help

Children