Is there ability to personalize Home Address StartDate - EndDate value in Redwood
Summary:
In RUI, the value field is personalized using the EL expression. (If the End-date in back-end is 4712, display end-date as "Present", else display the actual end-date
value = #{(backingBeanScope.PrimaryAddressBean.formattedDate[row.bindings.EffectiveStartDate.attributeValue])} - #{(backingBeanScope.PrimaryAddressBean.formattedDate[row.bindings.EffectiveEndDate.attributeValue]) == '31-Dec-4712' ? 'Present' : (backingBeanScope.PrimaryAddressBean.formattedDate[row.bindings.EffectiveEndDate.attributeValue])}
Content (please ensure you mask any confidential information):
RUI
Redwood - From a user's perspective it doesn't make sense for an end user to see a "31-Dec-4712".
There is no option in business rules to personalize this field.
Version (include the version you are using, if applicable):