how to update a schedule job execution time based on a the time given in system property.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2017 04:51 AM
How to set the schedule job run time based on the time set in a property.
the property time will changes. I want to get the time form the property and update in one schedule job.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2017 04:54 AM
Changing a property or changing the run time of scheduled job are both data or configuration change.
I don't see any benefit out of doing this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2017 05:00 AM
I want to create a new property. Change managers will be having access for that, they will set the time in the property and based on that i want to have some functionality so that the property time will gets updated in the schedule job execution time and based on that time only the job will trigger and set value on form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2017 05:19 AM
HI Rini,
I am not sure this works for you
we implemented the same functinality like this
created the module and link to the schedule job