Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have 2 calendar objects which is used to select a date range(user input from,to) and it displays the appropriate details in the listbox for that date range. Now if i click on a particular item on the listbox,I want that particular detail in the calendar object.How can we implement it?
Eg: Consider adata named 'A' which was logged on Jun-2010.I have selected a range from Jan 2010 to Jun 2015.Listbox displays all data in that range.Now if i select one data from the list box(A),it should display Jun-2010 in the calendar object(to).
I'm not sure if I fully understand your configuration, but it's possible that what you're after is a field-based trigger.
What that will do is auto-select the date(s) associated with the selected data item.