Hi All,
I am having two columns
a. Start Date
b. End date
Condition:
While creating a new item it should not allow
- Existing start date,
- End date.
- Between dates associated with the start and end date.
please let me know a solution for it.
Md Tahmidul AbedinPosted Mar 9, 2018, 2:15 AM
I presume you areworking with some kind of appoinment system.
So, what we have to do here is ,
Create rules for both the start and end date fileds as after selecting any date, it will check with the current list's existing data by quiring them, and show an message if needed.
To make it more easy, get all the data of the list on load. And in the certain rules, just qury the data and check.
Hope it will help.
Nanddeep NachanPosted Oct 6, 2017, 5:20 AM