Mapping. Add condition on insert

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.

Parents Reply Children
  • Former Member
    0 Former Member over 2 years ago in reply to Stefano

    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.