I am trying to change the initial load of the finite checkbox to true, but I don’t manage to get the right name of the field. How do I address the field?
One way to do it is by adding an EpiViewNotification event from the “Form Event Wizard” (form load event could work too, but the EpiViewNotification is easier in my opinion since the wizard generates the code for the view you want to edit), changing the NotifyType to initialize, then adding a view edit. For the code beloew, the wizard generates everything but the 3 lines in the second if statement (also some code gets generated in the initialize and destroy section). Also need to change the NotifyType. (other options get listed in generated comments)
There’s probably an easier way, but this isn’t too bad.
Edit: This example with the epibinding “FiniteLoad” pertains to the Global Scheduling form, but the same approach could be applied to the job scheduling.
We have this set up for our Resource Scheduling Board and Multi Resource Scheduling Board Schedule Job windows. It’s best to modify the dataview rather than the control directly:
Good day everyone,
We have the same requirement and wondering where I can find the job scheduling form to set the finite field to true.
Is it under processes?
Please help.
When there is a subform customization, you need to create another customization (even with nothing in it) with the EXACT same name on the calling form. The customization name is passed through to the subform.