Maximo

Maximo

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

 View Only
  • 1.  Custom table in application of Receiving

    Posted Thu February 18, 2021 08:07 AM
    Hello,

    I have application Receiving (PO) in Maximo. I wanted to add custom table in for record packgages like how many plastic we get with this order or how many cartridges in kilos and so one.

    I created new object in database with name MYCUSTOMOBJECT picture 1, where I also created attributes like at picture 2.

    PICTURE1 -->Imgur: The magic of the Internet

    PICTURE2 -->Imgur: The magic of the Internet

    After that I went to Application designer where I created custom table, but when I open one PO(order) I see this

    PICTURE3-->Imgur: The magic of the Internet


    I just want that user could add new row and insert of which material it is like plastic paper and so on, and save it to this PONUM this order in table of my new object MYCUSTOMOBJECT, but I get this errors and I dont know how to solve it. Any siggestions?

    ------------------------------
    Blaz Rakar
    ------------------------------

    #AssetandFacilitiesManagement
    #Maximo


  • 2.  RE: Custom table in application of Receiving

    Posted Fri February 19, 2021 08:07 AM
    Your object will have PONUM and REVISIONNUM and (optionally) MATRECTRANSID - assuming that every new row on MYCUSTOMOBJECT is against each MATRECTRANS object. On application designer, click the table properties and add "Parent Data Source ID" as Control ID of the Receipts Table. Create a relationship on MATRECTRANS Object to link it to MYCUSTOMOBJECT and enter the relationship name on the table properties of MYCUSTOMOBJECT Table. This would solve the invalid binding issue. For passing the PONUM, REVISIONNUM and (MATRECTRANSID) you can include a class file or automation script to pass the attribute values from the owner object.

    ------------------------------
    Nivin Jacob George Senior Consultant
    Senior Consultant
    Praxis Solutions
    Kuwait
    ------------------------------