Question

How to troubleshoot/fix Value Conversion for an outbound integration not occuring as expected

  • 18 August 2023
  • 1 reply
  • 26 views

Badge +1

I am using IFS FSM to send an outbound message from our system to a customer’s ticketing system. I am trying to use value conversions to translate our request_unit.model_id to the customer’s system subcategory field. The lines have been set up, with some of the values below, however, when triggering this integration, the values provided are not being converted. 
 

 

This is the output provided by my tests below- you can see that the input is still the “value from” rather than the expected “value to”

  "request": {    "location": "0901",    "channel": "virtual_agent",    "category": "LAPTOP-GS",    "subcategory": "LAPTOP-GS",    "priority": "3"  }

 

How would I go about troubleshooting this to determine why it has not converted?


1 reply

Userlevel 6
Badge +17

What data connector are you using?  I see references to this conversion from FSM in XmlOutboundConnector, CSVOutboundConnector, and FlatFileOutboundConnector.

Reply