A ServiceNow administrator needs to integrate with an external inventory system. The integration must import inventory items into a custom table 'inventory_item' and export order status from a custom table 'order' to the external system. Which TWO methods should the administrator use to achieve this?
Trap 1: Web Services Import set to import inventory items.
Web Services Import is not a standard ServiceNow feature; Import Set Row is used.
Trap 2: Flow Designer to both import and export.
Flow Designer can trigger actions but is not a direct import/export method.
Trap 3: Transform Map to export order status.
Transform Maps are used for import transformations, not export.
- A
Web Services Import set to import inventory items.
Why wrong: Web Services Import is not a standard ServiceNow feature; Import Set Row is used.
- B
Export to XML to export order status.
Export to XML can be used to export data from ServiceNow.
- C
Flow Designer to both import and export.
Why wrong: Flow Designer can trigger actions but is not a direct import/export method.
- D
Import Set Row to import inventory items.
Import Set Row is the correct method to import data into a table.
- E
Transform Map to export order status.
Why wrong: Transform Maps are used for import transformations, not export.