Hello
I need to change Search end option to be 14 days from Search Start - now it's default 1 day
Below is XML code which handles these 2 fields
Anyone knows the solution to this?
Thank you
</control>
<control type="datetime" key="Requirement/msdyn_fromdate" label-id="ScheduleAssistant.West.settingsform.StartDay">
<bind property="disabled" to="Requirement/RealTimeMode" operator="eq" value="true" />
<bind property="max" to="Requirement/msdyn_todate" operator="eq" />
</control>
<control type="datetime" key="Requirement/msdyn_todate" label-id="ScheduleAssistant.West.settingsform.EndDay">
<bind property="min" to="Requirement/msdyn_fromdate" operator="eq" />
Thank you, this pointed me in right direction
Hi Svato.
The Schedule Board Assistant filter is pre-populated based on the Resource Requirement values.
The Start and End dates come from there too.
You can change it to 14 days and keep the duration as it is so does not impact your booking duration.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156