I recently seen more and more projects that are using other Task properties than DueDate for fetching unscheduled tasks. Lets assume we have new user defined property (UDP), which represents the date that an unscheduled task should be scheduled (many times it is called OptimizeOnDate). I would like ClickAnalyze to use this new UDP instead of the DueDate in default conditions.
You can see I added the standard XML editing to Setting object with Category="Reports" and SubCategory="Components".
You can see that it includes additional node after the "Type Specific Information" comment.
Just to remind you, OQL stands for Object Query Language. This is the XML that is used in the group objects of the "Click" products.
I can spot that DueDate property is used twice (see red arrows).
In my customization, the ID of the OptimizeOnDate property is 105. So I changed both places and keep those changes.
I added "Count Objects" measure and named it Tasks.
You can use the same technique to have new OQL conditions for new collections that include date properties.
Impressive!
ReplyDelete