Criteria where a date is greater than today minus 1 day
Is it possible to create this criteria that can be used in a workflow? If the Effective Date on the Affected Items tab (of any item) is greater than ( today minus 1 day) then continue to the Release status. Otherwise give a warning during the audit. In the Java client, we can create a criteria with dates, but it just has a popup of a calendar. It does not allow me to type in ($TODAY – 1 ) or ( $NOW – 1 ). Is the only way to do this is with code in a Process Extension?