-
Problem with codeunit 1750 Data Classification Mgt
dù rằng chưa chính thức giới thiệu ra thị phần nhưng Công trình Vinhomes Smart City đang nhận được hầu hết sự quan tâm trong khoảng phía các bạn và các nhà đầu cơ. Với thể nhắc Dự án còn phát triển thành "cơn sốt" cho thị trường bất động sản khu vực phía Tây và Tây Bắc thủ đô Hà Nội trong năm 2020. Và một sản phẩm đặc biệt…
-
date filter field in customer table?
for what purpose it use & how to use this in report OpDate:=Customer.GETRANGEMIN(Customer."Date Filter"); customer.SETRANGE("Date Filter",0D,OpDate-1); what will this do
-
what is use of buffer table?
i have seen buffer table in many location in navision but i don't understand why it is used can any one give small and simple example thanks in advance.
-
RecProdOrdLine.SETRANGE("Prod. Order No.","Prod. Order No."); mean?
what code says ItemJournalLine.VALIDATE("Unit of Measure Code",RecCustSubcontractInwardLine."Unit of Measure Code"); RecProdOrdLine.SETRANGE("Prod. Order No.","Prod. Order No.");
-
entering data in table?
I have created one table A. and I have created actiontab on production order line page. with click of action i want to data from production order line fields to my table A how to achieve this. thanks in advance.
-
How to add Lot No. field from Item Ledger Entry table into Report ?What C/al coding for that?
i have taken item ledger entry table as record variable in report. RecILE.RESET; RecILE.SETRANGE("Document No.","Purch. Rcpt. Line"."No."); IF RecILE.FINDFIRST THEN LotNo:=RecILE."Lot No.";
-
How to emulate the main filter so that you do not have to use "@" or "*" in the search?
Hi experts!! NAV2018 The client is very heavy in that he does not want to use either "@ or *" to do the product searches by the description in the sales lines. I think it can be done since in the main filter of any list these wildcard characters are not needed but I do not see how. Does anyone know how it can be done? As…
-
Item Charge Assignment
Hi all, We all know how to do Item Charge Assignment from a purchase order/invoice. However, I have a different scenario with a customer, where the customer wish to assign charges a different way. My customer receives a statement from Customs when the items has been controlled at port. First 1 month later my customer…
-
Count "No. Printed" when the report is printed or saved but not count when it is previewed
Hi everyone, the table sales invoice header has a fields "No. Printed". I would like to count this field when the report is printed. I've checked the standard report (Report 1306). It works fine unless it cannot be previewed. How can I count the field "No. Printed" when the report is printed or saved and the report still…
-
Adding Checkbox on Dynamics Nav Report
Good Day All, I have been working on a Production Planning Customer Report and I wanted to add a check box to the report. I have successfully added the checkbox to the report design via the Request page. The checkbox will manipulate two fields Current Log and Back Log. I want the check box to display all values for Current…
-
add customer field in sales header page
Hi everyone, I've created a custom field in customer table and I need to use it in a page which uses Sales Header table. How can I do this? I tried to add a variable called "Customer No Aplicador" in Sales Header. When I change the Sell-to Customer No to a user which have the field "No. Aplicador" filled it stays empty in…
-
User Permission SET SUPER CANNOT WRITE in TABLE GLEntry
Hello Good day. The user I used is SUPER and still cannot write in GL Entry table. Please see attached Photo Anyone knows how to resolve this ?
-
Extension Challenges
I have recently started moving our existing IP into using subscriber events, but I have come across a number of challenges which I was hoping to get some advice on: Exit Clauses with Functions on a Table: Example: In certain circumstances I would like to stop the "UpdateDirectUnitCost" being triggered (Exited) when I have…
-
Replicate provider id in other pages of a button.
From a page I have a button to call a new page the lines of a purchase request. So I can edit them and convert each line to purchase order individually. My question is, I want to create a button on the new page, that I can replicate the provider id that I have on the previous page in all the lines that I am visualizing.…
-
use BlankZero with another value<>0 in pages
Hi experts!! AV2018 I need that in a field if it has value -9999.999 automatically put blank because this is my null value. In table this value is like InitValue, I thought I would take it as 0 and with the property blankzero = yes it would be solved but it does not take it as zero and it appears In NAV2009 I had a…
-
How can I add G/L entry lines for customized fields after Post Receipt of Purchase Order?
Hi Guys, How can I add lines in navigate of G/L entry, I added 2 fields in FA Posting Groups, lookup is on GL account, I want to add lines like this 2 fields added: FA Acct and FA Accrual Acct. FA Acct xxxx(debit amount) FA Accrual Acct xxxx(credit amount)
-
Programmatically find out if fasttab is minimized on page
We have several fastTabs on a Dynamics NAV 2017 page. On these fastTabs are fields that are calculated using complicated functions which have a big performance impact on our page. We program in "old" C/AL code, NOT in new AL on Visual Studio Code. Is it possible to programmatically find out if a given fastTab is minimized,…
-
yyy
yyy
-
Extending Code Field 20 -> 40
Hello, we have an internal discussion where I need your advice. As long as I develop NAV changing fieldlength is always a thing where you have to think about alternatives for this. I would change the field and search all related fields and functions and so on .. BUT a collegue wants to do this by exporting all objects as…
-
I want to get automatic exit date of employee in User card.
when user permissions are deleted from User permission set, automatically exit date i.e. today's should be displayed on the exit date field on that page. can anyone please help me to do this
-
Can we show one list part page for multiple times on same page.
Hey guys, My question may seem a little stupid but its better to ask. Actually I want to show information from one table on a list page but in different groupings[like customers with one Business Group in one group.....] with total for each group in the ending line. There can be n number of groups. I tried to use list part…
-
Adding a page included list part to Role Center is possible?
I tried to create a Role center. Added 3 pages under Role center The problem is I got error '' Server page is not open. Page xxx must close." The Page has a list part. I tried to add other page like having a list + list part. I got same error.. So, I wonder is it possible to add a page included list part to Role center?
-
NAV Custom Solutions - Bring it on!
Hey guys. Today I'm having a meeting. I will concern the different edits or extensions the firm have been doing over the years. The goal is to end up with a package(s) we can the offer customers around the world. This made me wonder which add-ons or edits or extensions have other developers done that they feel is a MUST…
-
What Is Totalscausedby Function (report)?
Please give me Detail information
-
Hedging functionality and dashboard in NAV 2016
How to developed Hedging functionality and dashboard in NAV 2016?
-
Loan management in Navision 2016
How to manage loan management in Navision 2016?
-
Passing value to XMLPort
Hi, I'm trying to pass a date value to xmlport from a report. But the value is null when it reaches to the xmlport. I created a funktion setDate and populates it from the report. am i missing something?
-
"Location Filter" field on Item Table
Hi All, Could anyone let know the exact significance of "Location Filter" field on Item Table in detail. Thanks
-
Role Center in Navision
What Is Role Center?
-
How to insert Picture Field in NAV 2017
Hey, I have a courses for NAV 2013 where we want to insert a picture in a page who bind the Item table. I don't know how insert easily a picture, because when I choose the Picture field in the field menu my picture field is not shown. Thanks for your understanding, i'm a beginner.