a!listViewItem( title: fn!concat( tostring( rule!GetTaskNameByID( "Record", rf!ID ) ), /* these will never be displayed but will */ /* allow searching within these rf! items */ if( false, fn!concat( rf!Application_No rf!ID ) "" ) ), details: fn!concat( "Application Status: ", rule!GetApplicationStatusName(rf!Status), " | ID: ", rf!ID, " | Date: ", rule!FormatDateTime(rf!Entry_Date), " App no: ", rf!Application_No ) )