I saw this video on Youtube:
http://www.youtube.com/watch?v=c3_LZfK47gE
Nice video in which I saw page "Cash Flow".
Nowhere in standard NAV this page is added. It is page 869 Cash Flow Chart.
So I added it to the Bookkeeper Role Center page and it is working fine.
Kind of strange they didn't add it anywhere, or not? :-k
Comments
Maybe I should watch the video myself first and not only listen to the intern. :oops:
Tino Ruijs
Microsoft Dynamics NAV specialist
I searched in a text-file which contains all objects from NAV.
But I searched for "Page 869", while I should have been searching for "Page869".
I found page 869 is also added in Page 9019 CEO and President Role Center.
Tino Ruijs
Microsoft Dynamics NAV specialist
Problem is there can only be 1 cash flow forecast for everyone to see on the role center.
And that's strange I think.
A manager wants an overview where an salesperson maybe only wants his own sales. This off course all depends what you're using in the forecast.
So what I did:
Added field "Cash Flow Forecast No." to table 869 - Cash Flow Chart Setup.
Created a page for table 869 - Cash Flow Chart Setup to able to fill in the new field.
Edited codeunit 869 - Cash Flow Chart Mgt.
if function UpdateData(VAR BusChartBuf : Record "Business Chart Buffer") : Boolean
New function in extra codeunit "Cash Flow Sales Jobs": OnUpdateDataCashFlowChartMgt(VAR CashFlowForecast : Record "Cash Flow Forecast")
Added function "Choose forecast" on page 869 Cash Flow Chart.
Works like a charm.
Really like the cash flow functionality!
Tino Ruijs
Microsoft Dynamics NAV specialist