You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!