Job Queue Entry (NAV 2016) to run in <1 Minutes between runs

apapapap Member Posts: 67
Hi everyone,
i would like to ask your opinion about the following request.
We were asked to sync data between different companies.
We decided to follow the following approach(it has been discussed a lot in various mibuso threads).
For Table A in company A to be synchronized in various companies B-C,we created a "Global" A table with Data Per Company=NO. When a insert,modify,delete is happening in Table A the Global A is updated.
Then with job queues specific for other companies B-C,a report is reading the "Global" A and inserts ,updates,deletes in the Table A of company B .
My question is the following,we want to run the job queue entry as a recurring job with a time interval less than 1 min. Is it Ok, to amend code in Joq queue codeunits to support it or there is a standard best practice approach to tackle this request?
Kind Regards

Best Answer

Answers

  • apapapap Member Posts: 67
    Thanks a lot lynge
Sign In or Register to comment.