Hello,
Normally, when clicking a flowfield from a list, the drilldown trigger is called, causing NAV to display a list of all entries with the flowfield-specific filters applied. This is the standard behavior if no drilldown-properties or drilldown-trigger code is entered. However, when a flowfield is used to create a Cue-icon, the drilldown function, when clicking this icon, does not seem to work… The corresponding listpage is called, but the flowfield-specific filter is not applied causing non relevant entries to be displayed… Also in this case, no drilldown-properties or drilldown-trigger code is entered… Can anyone say if this is the intended behavior, or if it is a bug? Any good suggestions for a workaround?
Best regards
/Örjan
0
Comments
Did you set up the specific page in DrillDownFormID property for the cue or the table used in flowfield formula does have a DrillDownFormID specified?
Sometimes I used a function to perform calculation since it wasn't possible usign a flowfield, and I wrote some code inside OnDrillDown trigger of the page to open the related with rights filter: try to manage it in this way...