I'm trying to break this problem down into manageable parts: Spatial Query.
I want to create an automation script that will put a work order's LatitudeY
coordinate in the work order's DESCRIPTION
field.
I understand that a work order's coordinates are not stored in the WORKORDER
table; they're stored in the WOSERVICEADDRESS
table.
Therefore, I believe the script needs to reference a relationship in the Database Configuration application that will point to the related table.
How can I do this?
(Maximo 7.6.1.1)