We have an external development which calls a function in Kinetic to create and approve Time & Expense entry records. Due to the speed these are processed it is letting a few duplicates through, we have a check in VS which checks if the operation is already marked complete and doesn’t pass to the function if it is, I have also put this check in the function itself as a condition it passes through first.
Does anyone have experience of this? I think it is purely down to speed of processing the records.