List of Contributions

Eric Godel

Contact Details

My Content

1 to 20 of 31 total
Posted By Eric Godel 02-06-2023 14:32
Found In Community: Maximo Open Forum
\ view thread
Hello Community, If I have a Work Order currently running workflow and I make a revision, is there a good way to have my work order use that new revision without stopping and restarting the workflow? Looking forward to reading the feedback, both Pros and Cons! Thanks! Eric
Posted By Eric Godel 01-30-2023 14:57
Found In Community: Maximo Open Forum
\ view thread
Thank you for your answers Prashant and Danielle. I've tried what you have both suggested. It still returns me the latest record thats committed to the database. Not the Transid from the workflow transactions that are at that time being created. I have moved my logic to an escalation that will query ...
Posted By Eric Godel 01-23-2023 15:44
Found In Community: Maximo Open Forum
\ view thread
Hi Prashant, When ordering the result set like this, I added "order by transdate desc" at the end of the where clause. Doing this is still giving me only the last workflow transactions that had been put in the database, it is not returning the transactions that are currently being created. Im assuming ...
Posted By Eric Godel 01-20-2023 10:22
Found In Community: Maximo Open Forum
\ view thread
HI all, I am trying to get the WFTRANSACTION.TRANSID field and copy it to a field on my work order when the user routes the the workflow. I have configured my workflow to run the "SETVALUE" action while routing to the next assignment. My set value action uses the relationship WFTRANSACTION to get to ...
Posted By Eric Godel 11-01-2022 16:23
Found In Egroup: Maximo Open Forum
\ view thread
Hi community, id like to hear what others have done when this questions has been proposed to them. We have a new custom object and custom application we created to keep track of data for our customer. The group is new to maximo and often what they do is create a new record, start gathering data, then ...
Posted By Eric Godel 10-06-2022 16:18
Found In Egroup: Maximo Open Forum
\ view thread
Hi Ashok, I believe the PM application simply shares the same worktype domain you build from organizations -> work order options -> work types. That being said, in Condition monitoring, you can set up your monitoring point to create a work order from a PM rather than a job plan. If you were creating ...
Posted By Eric Godel 10-04-2022 09:53
Found In Egroup: Maximo Open Forum
\ view thread
Hi Venkatrao, Have you checked out the PO.POREVISIONNUM field? It seems like its doing exactly what your custom requirement is asking for. I dont think you need to create a script for this at all. Field Help: Revision number of the purchase order. Indicates how many times a purchase order has been ...
Posted By Eric Godel 10-03-2022 17:39
Found In Egroup: Maximo Open Forum
\ view thread
Hi Megha! The easiest way to do this is with an automation script. The start date is easy, because it can be driven off the Next Due Date on the PM. But the target finish date is driven from the duration on the job plan, and since every month is different there is no single job plan that can have ...
Posted By Eric Godel 08-17-2022 17:49
Found In Community: Maximo Open Forum
\ view thread
I may be missing a step, i did not see a change, but my problem may be that i did not create a $0 invoice. How do you create the $0 invoice? Do I add my 2 lines, the receipt 5000, return -10000, and set the unit cost to 0 for both lines? thanks Eric
Posted By Eric Godel 08-17-2022 17:27
Found In Community: Maximo Open Forum
\ view thread
HI Julio, Sorry I skipped right to what I had done to fix the invoice which was the revesral and didn't answer your question. The first time through, I created a new invoice, and I did go to the materials tab and saw my Receipt for 5000 and my return for -10000. After I selected these and set the status ...
Posted By Eric Godel 08-17-2022 16:27
Found In Community: Maximo Open Forum
\ view thread
I've been playing around in Invoices today and I see that I can use the action to Reverse Invoice. This will allow me to back out the bad invoice I created that invoiced the wrong lines. I was then able to create a new invoice and properly invoice the correct lines via the materials tab, and my work ...
Posted By Eric Godel 08-17-2022 14:52
Found In Community: Maximo Open Forum
\ view thread
Julio, Thank you, yes this seems to be what my issue is, only relying on the PO lines from my PO instead of selecting all of the lines from the materials tab. The question now is, how do I go about fixing my work orders with the bad costs? When I create a new invoice in order to invoice the other 2 material ...
Posted By Eric Godel 08-16-2022 15:36
Found In Community: Maximo Open Forum
\ view thread
Good Afternoon Community. Please help me understand why Maximo is coming up with these work order costs. Here are the steps to replicate running 7.6.1.2 IFIX20220506-1004 1. Create a work order and approve the work order. 2. Create a PO and add a line, material or Item associate the work order, and approve ...
Posted By Eric Godel 08-12-2022 12:24
Found In Egroup: Maximo Open Forum
\ view thread
Well there is a little more to it. The plan was to associate an inspection from to a job plan, and then have the work orders created from a PM. Then in EZmax while they are completing the work order, they would also fill out the inspection result. The issue was, in online, the button shows up for ...
Posted By Eric Godel 08-11-2022 15:23
Found In Egroup: Maximo Open Forum
\ view thread
Julio this is excellent information, its almost like you were sitting in the meetings deciding these things! This also is helping to explain why there is a missing relationship when you try to conduct an inspection. The INSPECTIONRESULTS table is looking for ASSET, but IBM named it ASSETS. Here is ...
Posted By Eric Godel 08-10-2022 14:57
Found In Community: Maximo Open Forum
\ view thread
The Location existing is not enough. Is the location OPERATING type and synonym Status of OPERATING? Does the SITEID of the asset match the SITEID of the location? I am not sure what the Key is referring to on the error message of WAKECNTY? Is this an index you have built on the asset object? Are you ...
Posted By Eric Godel 08-10-2022 12:37
Found In Egroup: Maximo Open Forum
\ view thread
Greetings, I wanted to submit a case to IBM, but I figured I would start here first and see if the community has any information on this. We are running Maximo 7.6.1.2 no industry solutions installed. I have populated the Inspection Form field on a work order. This work order is not a child work ...
Posted By Eric Godel 07-25-2022 12:24
Found In Community: Maximo Open Forum
\ view thread
I've typically seen the auto closure run off of an Escalation. The escalation query checks for complete greater than a specific number of days, but it can also check for the existence of a labor record. If I was going to do this in an automation script it would look something like this. ''' launchpoint ...
Posted By Eric Godel 07-18-2022 08:28
Found In Community: Maximo Open Forum
\ view thread
Craig, thank you for your answer. This is actually what I did while waiting for this confirmation, no infinite loops this time though :)
Posted By Eric Godel 07-15-2022 11:56
Found In Community: Maximo Open Forum
\ view thread
I have an automation script with the launch point SAVE, ADD, UPDATE, BEFORE SAVE of WORKORDER object. When I make a change to any child table related to my work order and only the child tables, the launch point is not triggered. Its only if I have an update on the WORKORDER table itself that will trigger ...