Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
INCREATE_DATE function not working when date variable is blank.
Summary
INCREATE_DATE function not working when date variable is blank.Content
Hi All,
ActualEndDate is returning date with time from HCM extract and i want to add 1 day in etext Template. I am using INCREASE_DATE function but it is not working when ActualEndDate is blank.
Example value in ActualEndDate = 2020-01-19T00:00:00.000Z OR BLANK
Error message - oracle.xdo.servlet.data.DataException: oracle.xdo.servlet.data.DataException: oracle.xdo.servlet.data.DataException: oracle.xdo.XDOException: oracle.xdo11g.xpath.XPathException: Extension function error: Error invoking 'increase_date':'java.lang.NullPointerException'
Not working for Below options-->
Option1 -
IF ActualEndDate <> ‘’ Then
0