Sage 100

 View Only
Expand all | Collapse all

My day for asking questions. How a UDF flow that

  • 1.  My day for asking questions. How a UDF flow that

    Posted 04-17-2013 05:16
    My day for asking questions. How a UDF flow that appears in the PO_Purchase Order detail record? I want to flow the item eventually to the accounts payable invoice history detail table. I am trying to start with the PO receipt table but the PO detail table does not appear. Looked at the help information for mapping, there is nothing. On v4.5.4.


  • 2.  RE: My day for asking questions. How a UDF flow that

    Posted 04-17-2013 05:27
      |   view attached
    Under data sources, do your system not have the ""copy from PO"" choices?


  • 3.  RE: My day for asking questions. How a UDF flow that

    Posted 04-17-2013 05:43
    Very interesting @PhilMcIntosh So PO does not work like the other modules? I don't think I have ever seen a ""copy from"" on any of the other modules or have I just missed it?


  • 4.  RE: My day for asking questions. How a UDF flow that

    Posted 04-17-2013 05:51
    SO uses the same copy from method for Sales Order -> SO Invoice


  • 5.  RE: My day for asking questions. How a UDF flow that

    Posted 04-17-2013 06:03
    Thanks @MichaelNottoli good to know. I have always linked it from the UDF first screen - Business object but in PO you could not do it that way.


  • 6.  RE: My day for asking questions. How a UDF flow that

    Posted 04-17-2013 07:14
    When you create the UDF in PO_ReceiptOfGoodsDetail you want to pull it from ItemCode or you can do a manual entry and create the correct lenght. On the Data Sources Tab you will select PO_ReceiptOfGoodsDetail_Bus:CopyFromPurchaseOrder. The Data Source will be PO_PurchaseOrderDetail.


  • 7.  RE: My day for asking questions. How a UDF flow that

    Posted 04-17-2013 07:19
    So is the concensus that you creat a MANUAL udf in PO receipt, then modify it to copy from the PO detail table?


  • 8.  RE: My day for asking questions. How a UDF flow that

    Posted 04-17-2013 07:21
    If the field does not exist in CI_Item then yes.


  • 9.  RE: My day for asking questions. How a UDF flow that

    Posted 04-17-2013 07:46
    OMG, what has happened here. A UDF is created in the PO detail table but in PO receipt detail you can't pull it directly from the PO detail. Is there any business reason why one isn't able to link directly?????? Where is the QC department?? Oh wait, they are now in direct sales. Should I post on the idea web site?


  • 10.  RE: My day for asking questions. How a UDF flow that

    Posted 04-17-2013 07:51
    It should, the only time I have trouble is if my control type, data type and maximum lenght are not all the same on the new UDF as the one I'm pulling in.


  • 11.  RE: My day for asking questions. How a UDF flow that

    Posted 04-17-2013 07:53
    I can take a look at it with you if you'd like.


  • 12.  RE: My day for asking questions. How a UDF flow that

    Posted 04-17-2013 08:03
    @JeffSchwenk do it the way @PhilMcIntosh said to do it. Create a udf in PO receipt detail same size and type and then go to business object tab and use the copy from.