Temporary entity

0
Hi, I am actually creating a form for overtime request submission, which contains information like shift details and  a list of employees. I am storing the employee into a temporary entity before actually adding it to the actual database. My doubt is when multiple users submit requests simultaneously, won’t there be a problem?    Thank you Sherlin
asked
1 answers
0

As the actions for the database are setup as transactions this should not provide any issues.

answered