• Add UDF to Item Inquiry panel

    Hi all I created a UDF in the CI_ITEM table, i want to add that to the item_Maintenance panel, and item_inquiry panel. i have three UDF's called catagory1, catagory2, catagory3 . i tried to right click on the panel and selected customizer but nothing…
  • Problem with script updating UDF with date based on SO header order status

    Hey all, I need to write a script that can put the current date into a UDF when the Order Status is changed from "Hold" to "Open". We have the release date UDF set as a table-post-write. This is the code so far. TMPStatus=0 Date=0 retval…
  • Can I create a UDF or use customizer in Item Maintenance to have the ability to view our BOM's for each item?

    When we view items in Item Maintenance, we would also like to see the BOM's listed on the Header. We want to see exactly how we calculated the price directly on IM and not have to open another module, then revert back ti IM. We have a lot of items that…
  • why can't I create a UDF in SO_SalesOrderDetail

    Hi, Every time I try to create a UDF in Sales Order Details, I get the error message that SO_SalesOrderDetails in is use.....Make sure all users are out... I am very familiar with this message, but only when people are actually logged in. I've terminated…
  • "Report output exceeds printer width" error on BOM Inquiry

    Hi, We have created a UDF called "Ref Designator" in the BOM Detail table. This field is a string type that can be up to 1,000 characters long. As it should, MAS lets us enter values up to 1,000 characters on the BOM Detail table. Problem is, once…
  • Workarounds for too-short BillOptionDesc field

    Hello, We use MAS version 4.4. We manufacture some items that have more than the allowed nine bill option categories. As a result, our engineers are experimenting with combining multiple options in a single bill option category. For instance, if customers…
  • PO UDF Not Available for data entry

    I have a series of UDF’s that I use in PO data entry to capture added shipment and related data. I have the UDF’s on a 5th tab in PO data entry. I have had this system in place since 3.71. I upgraded to 4.50.7.0 in December and since that upgrade the…
  • Update Purchase Order line UDF during receipt of goods entry

    I am trying to update a UDF in Purchase Order entry lines during a receipt of goods. The issue I am having is that the purchase order record is locked while a receipt of goods / invoice records exist referencing the purchase order. Here is the code I…
  • Sales Order UDF not Populating (using Business Object)

    I'm trying to populate the UserCode into a UDF on the Sales Order Header.I have created UDF_USERCODE String (3) and on the Data Sources tab selected the Business Object: SO_SalesOrder_bus, Data Source: UserCreatedKey, Column: UserCode. UDF_USERCODE is…