I'm new to DCRM and Kingswaysoft, so please forgive me if there is an easy answer.
I am using SSIS with Kingswaysoft to run an update to the Incident entity. I would like to Update the field Title if there is no value in it, but don't update if there is a value. Basically:
UPDATE Incident
SET Title = NewTitle
WHERE Title IS NULL
I am using Kingswaysoft's CRM Destination Componant Editor to do this, but I am not able to find where I can get the same logic as the "WHERE Title IS NULL". Using Upsert it would seem like I could change the "Update" column from
"Yes" to "No", but it isn't changeable. When I use a simple Update, I do not see where I can skip the update if the title is not null.
Any help is appreciated.
Thanks!