Flow field

vikram7_dabas
vikram7_dabas Member Posts: 611
In the purchase line there is 1 field which is the flow field it is drill down also when i m drill down this field (click on that button) then the form opens and information is there after doing some customisation related to that field then on drill down that field no information is which was coming before that customisation.help me
Vikram Dabas
Navision Technical Consultant

Comments

  • Arhontis
    Arhontis Member Posts: 667
    I guess you have changed the table from which it is been calculated?

    The drill down for a calculated field works when you have DrillDownFormID setup in the properties of the table that the value is calculated, or if you write a custom OnDrillDown at the form that the field is...

    You could look at the help about the DrillDownFormID property.
    Drill-downs are a system-wide feature of FlowField which let you see the underlying transactions that make up the information shown in the FlowField.

    For text boxes, the default is the form defined in the DrillDownFormID property for the table.