Hi ,
I have a regular table in which i am inserting records using UnitOfWork class.
Now I need to get the 'CreatedTransactionId' of the records inserted.
Is there any way to get that?
*This post is locked for comments
I have the same question (0)

Hi ,
I have a regular table in which i am inserting records using UnitOfWork class.
Now I need to get the 'CreatedTransactionId' of the records inserted.
Is there any way to get that?
*This post is locked for comments
I have the same question (0)Hi,
Is the property CreatedTransactionId enabled on this table? If enabled it will create a new field with the same name. Then you are able to use it.