You have specified an unknown variable

salemm
Member Posts: 38
CurrForm.ItemAvailMatrix.MatrixRec.SETRANGE("Use As In-Transit",ShowInTransit);
IF ShowColumnName THEN
MatrixHeader := CurrForm.ItemAvailMatrix.MatrixRec.Name
ELSE
MatrixHeader := CurrForm.ItemAvailMatrix.MatrixRec.Code;
Stock:=0;
QtySoldNotPst:=0;
Item.RESET;
Item.SETFILTER("No.","Item No.");
Item.SETFILTER("Variant Filter","Variant Code");
Item.SETFILTER("Location Filter",'%1',CurrForm.ItemAvailMatrix.MatrixRec.Code);
Item.SETFILTER("Date Filter",GETFILTER("Date Filter"));
IF Item.FINDFIRST THEN BEGIN
Item.CALCFIELDS(Inventory);
Store.RESET;
Store.SETFILTER(Store."Location Code",CurrForm.ItemAvailMatrix.MatrixRec.Code);
IF Store.FINDFIRST THEN
QtySoldNotPst := BOUtils.ReturnQtySoldNotPosted("Item No.",
Store."No.","Variant Code",GETFILTER("Date Filter"));
Stock:=Item.Inventory-QtySoldNotPst;
END;
I Edited this C\AL Code but while saving gives me an error which is in the picture below i need help with this issue please
IF ShowColumnName THEN
MatrixHeader := CurrForm.ItemAvailMatrix.MatrixRec.Name
ELSE
MatrixHeader := CurrForm.ItemAvailMatrix.MatrixRec.Code;
Stock:=0;
QtySoldNotPst:=0;
Item.RESET;
Item.SETFILTER("No.","Item No.");
Item.SETFILTER("Variant Filter","Variant Code");
Item.SETFILTER("Location Filter",'%1',CurrForm.ItemAvailMatrix.MatrixRec.Code);
Item.SETFILTER("Date Filter",GETFILTER("Date Filter"));
IF Item.FINDFIRST THEN BEGIN
Item.CALCFIELDS(Inventory);
Store.RESET;
Store.SETFILTER(Store."Location Code",CurrForm.ItemAvailMatrix.MatrixRec.Code);
IF Store.FINDFIRST THEN
QtySoldNotPst := BOUtils.ReturnQtySoldNotPosted("Item No.",
Store."No.","Variant Code",GETFILTER("Date Filter"));
Stock:=Item.Inventory-QtySoldNotPst;
END;
I Edited this C\AL Code but while saving gives me an error which is in the picture below i need help with this issue please
0
Comments
-
You need to either comment out the code or go create the field. It was probably deleted and no one bothered to check if it was actually used in code anywhere.0
-
It seem that the Rec variable have no such a field. May be you forgot to include the record variable name before the field name?0
-
looks to me like it's matrixrec.getfilter("Date Filter");
Don't forget to put it here also:
QtySoldNotPst := BOUtils.ReturnQtySoldNotPosted("Item No.",
Store."No.","Variant Code",matrixrec.GETFILTER("Date Filter"));0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions