Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
Hello!
I’m experiencing an issue with our Exalate sync setup between ADO and Salesforce where the
State
field from ADO does not sync over to the Salesforce recordStatus
during the initial connection. It only appears after theState
has been modified post-connection, rather than on the first sync.Our setup is designed to connect existing records without creating duplicates in ADO by marking them accordingly. So, we then need to Connect the items within ADO through the Exalate panel.
We currently have mapping
State
to aStatus
field in Salesforce. That's why you seeState
(ADO) →Status
(SF)Here is the relevant portion of our ADO Outgoing script:
And here is the key portion of our Salesforce Incoming script:
The goal is to have the
State
from ADO appear on the connected Salesforce recordStatus
on the initial Connection, but it currently only updates after aState
change in ADO. I’d appreciate any guidance on possible adjustments to ensure theState
field in ADO transfers over theStatus on
the initial Connection/Sync.Thank you in advance for your help! I'm sure this is likely something simple I'm missing. I just haven't had luck with the testing I've performed.