Friday, July 17, 2015

Summation of a field in report with groups:

Summation of a field in report with groups:
write code in Report Properties:
Shared Total as Decimal

Public Function SetTotal(ByVal Value as Decimal)
Total+=Value
End Function

Public Function GetTotal
Return Total
End Function
And then call GetTotal Function in respective table box(in report) where you want to get the Total
Code.GetTotal
And then in report , data for which you need total to be calculated. In that text box, call SetTotal function

=Fields!BudValue.Value+Code.SetTotal(Fields!BudValue.Value)

Method 'Page256.a60Action46a62_a45_OnAction' not found.

Microsoft Dynamics NAV
---------------------------

Method 'Page256.a60Action46a62_a45_OnAction' not found.
---------------------------
OK
---------------------------



This error occurs when the RTC runs on rapid start implementation profile.

Solution:

Change the profile to sales order processor Profile.. profile ID 9006.