I have a requirement to be able to upload multiple files via CIFS in one transaction. The files uploaded in the transaction belongs to the same case. I.e. I need to execute an action on the files when the transaction commits.
I have implemented a behaviour which listenes to NodeServicePolicies.OnCreateNodePolicy but each file is committed in a separate transaction.
Does anyone have an idea how to have several files uploaded in one transaction or other ideas how I can pair the files belonging together?
Thanks in advance
Ole