In My customer card i click on Balance it's showing me error " The metadata object Page 0 was not found."
In same table i have created new filed like existing Balance filed and it's working fine , but standard one is not working .
why this happening ,i am not able to found out reason, i had compile all objects and check metadata for list page 573 "Detailed Cust. Ledg. Entries".
Can anyone one give idea how to resolve this issue.
thanks in advance
0
Comments
in this pic "1222" caption field is new created which working fine ,but second standard one giving me error.
Restart NST.
Page 0 Metadata error is normally related to missing page.
thanks for reply ,
i restarted NST many times , and page is not missing because on same flow-filed formula my customize filed working fine only standard one get problem.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
in both value is "Detailed Cust. Ledg. Entries"
Set "Detailed Cust. Ledg. Entries" as the lookup and drilldownpageid of the table, and just to be sure recompile "Detailed Cust. Ledg. Entries" PAGE
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
still i am not able to find out why its giving this error?
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
CalcFormula=Sum("Detailed Cust. Ledg. Entry".Amount WHERE (Customer No.=FIELD(No.),
Initial Entry Global Dim. 1=FIELD(Global Dimension 1 Filter),
Initial Entry Global Dim. 2=FIELD(Global Dimension 2 Filter),
Currency Code=FIELD(Currency Filter)));
CaptionML=ENU=Balance;
Editable=No;
AutoFormatType=1;
AutoFormatExpr="Currency Code" }
{ 59 ; ;Balance (LCY) ;Decimal ;FieldClass=FlowField;
CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Amount (LCY)" WHERE (Customer No.=FIELD(No.),
Initial Entry Global Dim. 1=FIELD(Global Dimension 1 Filter),
Initial Entry Global Dim. 2=FIELD(Global Dimension 2 Filter),
Currency Code=FIELD(Currency Filter)));
CaptionML=ENU=Balance (LCY);
Editable=No;
AutoFormatType=1 }
this is my custom filed
{ 50010; ;Test bal ;Decimal ;FieldClass=FlowField;
CalcFormula=Sum("Detailed Cust. Ledg. Entry".Amount WHERE (Customer No.=FIELD(No.),
Initial Entry Global Dim. 1=FIELD(Global Dimension 1 Filter),
Initial Entry Global Dim. 2=FIELD(Global Dimension 2 Filter),
Currency Code=FIELD(Currency Filter)));
Editable=No;
AutoFormatType=1;
AutoFormatExpr="Currency Code" }
Now if you could export your Page to text file, and include the sections defining your field, and also the standard field giving you an error on drill down.
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
it's solve now , its causes just because wrong page was attache in Cust. Ledger Entry table property .
thanks once again.
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
thanks once again slawek..