I'm trying to break down this problem into manageable parts: 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
WONUMas1 - Save
- The action of saving automatically triggers an automation script
- The script checks to see if the
WONUM = 1 - If true, then the
DESCRIPTIONis populated with the wordone
How can I do this?
(Maximo 7.6.1.1)
