Expand my Community achievements bar.

SOLVED

Experienceevent _id

Avatar

Community Advisor

Hi all,

 

Is it possibile to autogenerate _id for an event instead of passing it from external system? 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@Luca_Lattarini Keep in mind the purpose of _id is to prevent duplicates from being loaded into AEP.

What I prefer/suggest people to do is take a concatenate multiple columns approach.

e.g.

  • LastUpdateTimestamp+OrderID

 

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

@Luca_Lattarini Keep in mind the purpose of _id is to prevent duplicates from being loaded into AEP.

What I prefer/suggest people to do is take a concatenate multiple columns approach.

e.g.

  • LastUpdateTimestamp+OrderID