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.
HCM Extract : Need help to Schedule with hourly frequency
Summary
HCM Extract : Need help to Schedule with hourly frequencyContent
Hello Experts,
We need to schedule HCM Extracts to run every hour or less then that.
We tried Fast formula but that is not giving expected results.
Kindly provide some insights in this regard.
Kind Regards,
Mohan
Code Snippet
/***************************************************************************** FORMULA NAME: Hourly Flow Schedule FORMULA TYPE: Flow Schedule DESCRIPTION: Formula to return a date time. Returns NEXT_SCHEDULED_DATE; Formula Results : NEXT_SCHEDULED_DATE This will be a date time value with yyyy-MM-dd HH:mm:ss format. *******************************************************************************/ /* Inputs */ INPUTS ARE SUBMISSION_DATE(DATE), SCHEDULED_DATE(DATE) /* Calculations */ NEXT_SCHEDULED_DATE = ADD_DAYS(SCHEDULED_DATE,0.0208333) /* Returns */ RETURN NEXT_SCHEDULED_DATE /* End Formula Text */
Tagged:
1