While you can pull from the database, there is no need to do that here. The MboValue exposes an initial value that doesn't change. vendor=mbo.getMboValue("VENDOR") if vendor.getInitialValue().asString()!=vendor.getCurrentValue().asString(): That should let you know what it was read from the...
Hi Randy, Hope you are trying to fetch the values from DB which was previously committed. You can use MXServer object to get that from DB. Python sample: from psdi.server import MXServer poSet = MXServer.getMXServer().getMboSet("PO", mbo.getUserInfo()) poSet.setWhere("ponum='xxxxx' and siteid=...
Hi Randy, I can suggest to you, There is a concept of Audit Tracking check for the particular Attribute in database configuration. We can track the Changes made on that Attributes. https://www.ibm.com/support/pages/audit-tracking-maximo#:~:text=Maximo%20system%20administrator%20can%20follow...
I am trying to write an automation script using javascript to test if the vendor was changed on a PO when the user tries to save it. I have seen some examples of testing for previous values when it was changed within the script but is there a way to test if it was changed before the script was...
Hi Stevie, Yes, i have tried to search the assets in MULTIASSETLOCCI by adding the field "MULTIASSETLOCCI.ASSETNUM" in Advance Search. It works fine and showing the list
Hi, Was wondering if anyone has determined a way to search for assets in the MULTIASSETLOCCI section of Work Order Tracking from the Advanced Search dialog? What I'm specifically looking for is creating an addition field to search for the MULTIASSETLOCCI.ASSETNUM without the ASSETNUM being tied...
Contact us with questions or feedback.
Join CommunityInvite ColleaguesLearn MoreGet Started on MORE
About UsTerms of Use