Options

Asynchronous function call

Hi All,

I have created a codeunit and published the same with a function that is having a parameter as a text datatype.
a third party application is pushing text values to this function asynchronous method.
once I receive the text value I am doing some internal customizations for inserting the text values to two other tables.
The problem i am facing is as there is a continuous call of the function from 3rd party, data is getting mismatched. Is there any possibility to implement a queue for receiving the file or make the system run the process only once a particular file process is completed.
Sign In or Register to comment.