I'm tryinhg to get record guid in post create stage in plugin from target, when I check the targt I can see the Id but when I try to get the Id I get null....
My code :
newEntity.OrderItemId.Id = target.Id;
Why does it happen how to solve that issue?







