Anvesh Ananthula Posted May 15, 2020 Posted May 15, 2020 Is there a way to skip a field update if the field is unchanged, but still update other fields that may have been modified since the last run We have a scribe intigration job that takes Account records from an OnPremise CRMand performs an update/insert step into the CRM Online Account entity periodically throughout the day. We want to check and update into my target system (Online CRM) if field value changed. Thanks, Anvesh
Nick Roelandt Posted May 19, 2020 Posted May 19, 2020 Hi Anvesh, There is an option to Skip the mapping if the source value has a NULL value. (this can be found in the field mapping section) This way it won't overwrite the written values of the target. In your query block you can define your netchange filter. So it only picks up records that have been changed. thanks Nick
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now