How to reference process backed record field that is of image type derived by expression rule in the interface

Hi,

I have a process backed record and one of the column/field is of image type derived by expression rule as listed below:

a!documentImage(
rule!MP_getOverdueIndicator(rf!MilestoneScheduleTasks.NotApplicable,rf!MilestoneScheduleTasks.ProjEndDate,rf!MilestoneScheduleTasks.ActEndDate,rf!overdueInt)
)

How do i reference this field in the interface? i can use a!gridImageColumn but what would be the field i refer to in the local!datasubset.data. Any help is appreciated.

Thanks,

Meena

  Discussion posts and replies are publicly visible