This might be trivial but thought I better highlight for confirmation.
I have an assignment as below to the site.property variable
Site.EntityLogicOrder +"^BootstrapProvinces: "+ CurrDateTime()
This just used to report at what time a timer runs. I can get the timers with the other priority levels update that field but the "2-High" priority on. They however do execute but wonder why that instruction is being missed.
Kind Regards.
Hi there,
Can you explain better what are you trying to highlight?
You have an assigment to a Site property that reports at what time a timer runs? What instruction is being missed?
Kind Regards,
João
After further tests, think could be a result of the timers all picking up current site property variables data and overwriting each others. I have now create a ste variabe for each of the timer process and can work from there.
What I am envisaging to do is control when the data load event of a given process executes since it needs to wait for the tabe/entity it depends on to be available first.