1-Entity : Reservation
2-Entity : Payment Instalment
Relationship type b/w 1,2 entity is 1:N respectively,
>>Creating a date and time calculated field with name "Today's Date" in payment Instalment and set Now() function to get current date.
>>Creating a rollup field in reservation with name "Accumulated Due as of Today" and set payment instalment as related entity want to set a condition "due date is less then and equal to Today's date" (Due date is a field in payment instalment )
But Today's Date field is not appear in rollup field condition.
I want to add "Accumulated Due as of Today" field in reservation view, any possible solution for this?