If a Work Order or Service Request exists in the Graph, you can find its Mapped Id if you have some information about the Work Order such as:
- The date the Work Order was created (filter Work Orders by date in GraphQL)
- The name of the Work Order (filter Work Orders by name in GraphQL)
- The Id of the Work Order in the originating system, which may be included in the name (filter Work Orders by name in GraphQL)
Note that the example filters for Work Orders above may also be used for Service Requests.