Sage 100

 View Only
  • 1.  What is the path to take a UDF associated with a l

    Posted 08-20-2017 08:30
    What is the path to take a UDF associated with a lot produced in Bills to the Item Cost file? I seem to be getting in a loop between the Prod Tier Dist file and the Lot file.


  • 2.  RE: What is the path to take a UDF associated with a l

    Posted 08-21-2017 13:51
    We've used a script to copy tier UDF data to the production header (SetStorageVar / GetStorageVar)... then BM header data to IM_TransactionPosting. From there to IM_ItemCost.


  • 3.  RE: What is the path to take a UDF associated with a l

    Posted 08-21-2017 13:53
    @KevinMoyes - THAT's the file I needed - IM_TransactionPosting. DANG IT. THANK YOU SO MUCH!


  • 4.  RE: What is the path to take a UDF associated with a l

    Posted 08-21-2017 14:58
    When in doubt, work backwards. In IM_ItemCost, look at the options when pulling data through the BM business object... and there it is. :-)