During a mapping I need that a property on Person is written with a fixed value only when the Person is new. Not in case of update.
I checked the mapping condition but I don't found what I need.
Any suggestion? Thanks.
During a mapping I need that a property on Person is written with a fixed value only when the Person is new. Not in case of update.
I checked the mapping condition but I don't found what I need.
Any suggestion? Thanks.
I added
Left.XDateInserted=''in the mapping condition and it's working properly.
That's an excellent approach. I saw your post and I was trying different scenarios before giving an answer, such as using a template on the column or a custom process for the "insert" event , but yours seems to me just perfect. Great you sorted it out! I didnt know the Xdateinserted column worked that way.
That's an excellent approach. I saw your post and I was trying different scenarios before giving an answer, such as using a template on the column or a custom process for the "insert" event , but yours seems to me just perfect. Great you sorted it out! I didnt know the Xdateinserted column worked that way.