This function acts as a switch, and can be customized to return either true or false. The default to retain compatibility with older versions is to return false. So by default, Review Queue does not operate in 'day align mode'. The sections below illustrates the behavioral difference between Review Queue operating in 'day align mode' and 'non day align mode'.
false/0
On Oracle this Function returns a Boolean value of true or false, so it needs to return true to switch to 'day align mode'. However on SQL Server there is no support for Boolean datatypes, and so it needs to return a non zero (1 by convention) to switch to 'day align mode'.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |