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.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
per_availability_details.get_availability_details
Team,
We have a requirement to get scheduled hours from work schedules for all the assignments which falls in the period passed in parameter time period start date (:TC_START_DATE) and time period end date (:TC_END_DATE).
We are trying to use the function per_availability_details.get_availability_details. But is there any way to pass the assignment id dynamically and fetch all the assignment timecard records for the period passed in parameters :TC_START_DATE and :TC_END_DATE?
We are able to use this function as column and get hours for one day.
But we want for more assignments for the whole week. (need to use as it as table). Please share if you have an idea. Thanks in Advance.