30
Views
2
Comments
Timers and update of a site property.
Question
Application Type
Service

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.


2024-04-05 19-22-12
João Sousa

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

UserImage.jpg
Albert Kamugisha

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.

TestTimer_v2.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.