Skip to content
Discussion options

You must be logged in to vote

I think I understand how it works from reading through the code found a solution to my issue where I just inverted what I was doing. I set the value to true for everything and then use the MultiValueConditionalMap to set it to false only if the source field is empty.

{
  "FieldMapType": "FieldLiteralMap",
  "ApplyTo": ["Bug"],
  "targetField": "Custom.CustomerReportedIncident",
  "value": "True"
},
{
  "FieldMapType": "MultiValueConditionalMap",
  "ApplyTo": ["Bug"],
  "sourceFieldsAndValues": {
    "Custom.SiebelSRs": ""
  },
  "targetFieldsAndValues": {
    "Custom.CustomerReportedIncident": "False"
  }
},

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dbarentine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant