reusing interface

Certified Associate Developer

Hi Team, 

I have 2 interfaces, one which hold only the calender icon and other one which formats the date. 

1st interface AB_icon

a!richTextDisplayField(
value: {
a!richTextIcon(icon: "calendar-o", color: "SECONDARY"),

}
)

2nd interface which formats the date AB_formatdate

In the main interface, for one of the field I used both the interfece( my requirement is displaying the calender icon and the formatted date)

rule!FST_c_readOnlyFieldDisplay(
fieldName: "t Date",
value: {
rule!FST_c_dateWithIcon()
&
rule!FST_exp_formatDate(
datetime: ri!record[],
showtime: false
),

But the value is not getting displayed, instead the below is displayed. 

Can someone please help here

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data