I'm trying to break down this problem into manageable parts: Maximo spatial query.
I think the first step is to create an automation script that does this:
- Takes a value from a field
- Does something with it
- Returns a value to a different field
For example:
- Create a new work order
- Manually enter the
WONUM
as1
- Save
- The action of saving automatically triggers an automation script
- The script checks to see if the
WONUM = 1
- If true, then the
DESCRIPTION
is populated with the wordone
How can I do this?
(Maximo 7.6.1.1)
Use the below code to set the
DESCRIPTION
to one whenWONUM
is set to 1.Launch Point Details:
WORKORDER
Python Code:
I hope this answers your question!