Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Inventory - add Vendor to Reorder List Detail dialog box

    Posted Tue December 01, 2020 04:16 PM

    In the Inventory application I'd like to add Vendor to Reorder List Detail dialog box. I have used the settings from the Vendor on the List view of the main screen and then added a Multi-part dialog box in that screen with App Designer with the following settings:

    • Attribute: VENDOR
    • Attribute for Part 2: VENDOR.NAME
    • Lookup: COMPANIES
    • Lookup for Part 2: LONGDESC
    • Go to Applications: COMPANY
    • Input Mode: blank
    • Input Mode for Part 2: Readonly
    • Menu Type: NORMAL

    Having set this up the same as the Inventory List View I still get a 'Invalid' data binding error when I try to put this into the Reorder List Detail screen. What am I doing wrong?






    #SupportMigration
    #Support
    #AssetandFacilitiesManagement
    #Maximo


  • 2.  RE: Inventory - add Vendor to Reorder List Detail dialog box

    Posted Wed December 02, 2020 11:02 AM

    If my assumptions are right, the Reorder List Detail screen that you mentioned is the Reorder Items Details Screen? If so the table on this is the REORDERPAD table which will not have a column VENDOR associated to it. You need to associate the column here via a relationship. The Vendor List on Inventory is from INVVENDOR table that is added when an item is received from the vendor via PO receiving. These 2 tables actually do not connect. Hope I have given you an idea on how to fix your issue else you could provide more details on your requirement as to what you would like to accomplish.






    #Maximo
    #Support
    #AssetandFacilitiesManagement
    #SupportMigration


  • 3.  RE: Inventory - add Vendor to Reorder List Detail dialog box

    Posted Wed December 02, 2020 01:58 PM

    Yes I would like to bring Primary Vendor from the Reorder Details area of the Inventory application into the Reorder List Detail box area. That Primary Vendor is a multi-part text box set up as follows:

    • Attribute: VENDOR
    • Attribute for Part 2: VENDOR.NAME
    • Lookup: COMPANIES
    • Lookup for Part 2: LONGDESC
    • Go to Applications: COMPANY
    • Input Mode: blank
    • Input Mode for Part 2: Readonly
    • Menu Type: NORMAL

    But when I set up a multi-part textbox in the Reorder List Detail box it produces an invalid data binding error






    #SupportMigration
    #Support
    #Maximo
    #AssetandFacilitiesManagement


  • 4.  RE: Inventory - add Vendor to Reorder List Detail dialog box

    Posted Wed December 02, 2020 02:19 PM

    the Reorder List Details is Table REORDERPAD while the Primary vendor field is INVENTORY.VENDOR. To link the tables you will need to create relationship on REORDERPAD table, with name as INVENTORY (for example) Child as INVENTORY and whereclause will be "itemnum=:itemnum and itemsetid=:itemsetid and location=:location". Achieving the relationship will help you assign the field by giving it INVENTORY.VENDOR (INVENTORY is the relationship name)






    #Maximo
    #Support
    #AssetandFacilitiesManagement
    #SupportMigration


  • 5.  RE: Inventory - add Vendor to Reorder List Detail dialog box

    Posted Fri December 04, 2020 03:59 PM

    I created the Relationship as you outlined. But I still get an Invalid Data Binding error when trying to add Vendor as a multi-part textbox in the Reorder List Detail Box. Here are the settings of the textbox


    • Attribute: VENDOR
    • Attribute for Part 2: VENDOR.NAME
    • Lookup: COMPANIES
    • Lookup for Part 2: LONGDESC
    • Go to Applications: COMPANY
    • Input Mode: blank
    • Input Mode for Part 2: Readonly
    • Menu Type: NORMAL







    #Maximo
    #AssetandFacilitiesManagement
    #SupportMigration
    #Support


  • 6.  RE: Inventory - add Vendor to Reorder List Detail dialog box

    Posted Fri December 04, 2020 06:04 PM

    It appears there might need to be a relationship between REORDERPAD and COMPANIES as well?






    #AssetandFacilitiesManagement
    #Maximo
    #SupportMigration
    #Support