Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When the bookmark was created, the user selected a date value from a list box (say 12/15/2012). On 12/20/2012, when the user applies the bookmark, is there a way for it to dynamically default to the current max date from the listbox (i.e. 12/20/2012) ?
Thanks.
Hi
Try like this'
Document properites ->Trigger
Select the date field and OnSelect action, in that,
Replace Bookmark , in that give BookMark ID
The bookmark had several other selected fields besides the date. When I try the solution you proposed, the replaced bookmark has only date and no other filters.