-
How to ignore "DataPerCompany" property?
I have a page that show info from table in which "DataPerCompany" property set to 'Yes'. But I have to get data from all companies for my page. So how to get data from all companies but do not change "DataPerCompany" to 'No' ? may be it could be done by code or some other way
-
How to add a Api Web Service
In NAV2018 we have standard Api Web Service supporting REST and Json. I want to add my own webservice using a customized page. Anyone know of any how to do this?
-
How to avail 50% GST on purchase in NAV
Hello Experts, Can anyone please advise me how to avail 50% GST in NAV for all the service purchase. Like: If suppose I have taken service from Registered vendor and he charged me 1180 inclusive 18%. and I have paid accordingly to the vendor. now while doing to claim setoff I need to claim only 90, instead of 180. please…
-
From Node.js connect to Navison with Webservice
Hello, does anyone of you have an example of how to access Nav from Node.js using a web service. Would need the connection to the pages (with filter) and to the codeunits. thanks stony
-
How to calculate Sales from 'Item Ledger Entry' table
Hello, Could somebody clarify how to calculate Sales starting from the 'Item Ledger Table' to e.g. provide proper Sales Amounts and Qty per Customer and Item for a period. I could see that criteria could be as 'Entry Type' = 'Sale'. Would it be enough or I'd need to add e.g. the 'Source Type' = 'Customer'. How about the…
-
Error message in NAV Web Client
Hi everybody, Sometimes when opening a page in the NAV Web Client we get the following error message: "Server file access by C/AL functions is disabled. Contact your system administrator". I checked the setup in the administration NAV tool for each server (there are 4 servers for the web client) and the option is checked…
-
Import XMLport: error the attribute is not declared
Hello, While importing an xml file using an XMLport I get the following error: I do not understand the reason after this as the attribute has been added to the XMLport: The properties of this attribute in the XMLport: Snippet of the xml file I am trying to import, I have marked the attribute that fails: Does anybody now…
-
OnPageOpen event in CU1?
Good morning, I´m looking and looking, I can´t find it. Is there any event that would raise on page open in CU1?
-
Get-NavAppRuntimePackage in App with dependecies error AL1024
with command Get-NavAppRuntimePackage,i can succesfully create apps with no dependencies, but when I try to use it with a app that has dependencies the command throws a compilation error like below. did anyone know how try to generate runtime package apps with dependencies?
-
How to add new field to a report in SaaS using extensions
Hello, In Business Central 365 SaaS, how do I add a new field to a report using an extension? And once it is added, how do you reference it in the generated rdl file when it is exported?
-
Dynamics 365 Business Central App not working on Android: 'Server connection timeout occurred'
Hi everyone, I am trying to launch the Dynamics 365 Business Central on Android via Azure server but I kept on getting the error message 'Server connection timeout occurred'. I did install the new self-signed certificate on Android but it seems that the Business Central app doesn't recognize the certificate. I checked…
-
Create table from C/AL in Nav 2017
Is it possible to create a table from C/AL, not data but the "real" table with fields and keys.
-
NAV easy security light over NAV 2015
Hi All, I hope some1 can help. Has any1 tried NAV easy security in versions over 2015? http://mergetool.com/products/easysecuritylighthistory.html it says it doesn´t work but these are the things they say so you don´t use it usually so I wanted to see if someone tried in 2018 or other versions. thanks!
-
Find Dynamics NAV/BC actual build number.
Hello! I'm working on webservice code in BC14 (C/AL). Is there a way to find actual Version/Build Number from code that's universal to all NAV versions with SQL, and maybe works in AL. The way i've found that's the PRODUCTNAME function, but on BC this does not provide information about the version, all of them are called…
-
PingPong usercontrol for BC cloud version
Hi all, Did anyone success to substitute pingpong user control to work on web client? Thanks
-
Iterating a directory
When iterating a directory using a background client is it possible to ignore files that are empty? I'm using the getserverdirectorylist function but i want to exclude files that have zero size Regards,
-
Error: The page type xmlport is not supported in Microsoft Dynamics 365 Business Central MSDYN365BC
Hi ALL, While running XMLPORT in business Central i came across an error “The page type xmlport is not supported in Microsoft Dynamics 365 Business Central” You can ref my blog on Creating and Running XMLPORT Import and Export Data in Microsoft Dynamics Business Central (MSDYN365BC) You are getting this error because the…
-
NAV close period/year
hello. when you close a period/year in NAV, does this apply for all GL accounts or you can choose?thanks
-
report
Good morning all, I have a problem I created a report which calculates the due date according to the date entered the report compiles well but once I am worth executing the report the following error message is displayed
-
Create JSON file using C/AL Code
Dear Sir, Suppose I'm using standard nav 2016 database & want to create a JSON file on Customer Master tabledata. So how can I do that using C/AL code ? Kindly reply. navuser1
-
Workflow Question
Hi In NAV 2018 is there any way force a purchase approval for all users? ie every purchase order requires approval regardless of the amount. Thank you
-
Where can I download Business Central 2020 Wave 1 from?
I understand that via 'Power Platform' you can get early access to releases 2 months before their 'General Release' date which means that BC 2020 Wave 1 is now available in that way .. however, I want to actually download the package (as I did with BC 2019 Wave 2) so that I can develop/test locally. Is this possible? Can't…
-
Printing A5 layout on A4 printer
We need print A5 layout on A4 printer (half sheet). Layout has landscape orientation with A5 page size. - print without preview resulting A5 print (OK) - print from preview resulting A4 print (Wrong) - print from preview with printer layout resulting A4 print (Wrong) - print from preview with format settings resulting A5…
-
DNS Identity
Im facing an issue when trying to use NAVUSERPASSWORD, Microsoft Dynamics 365 Business CentralThe client could not establish a connection to the Microsoft Dynamics 365 Business Central Server. Reason = "Configuration setting 'DnsIdentity' has an invalid value" Description = "The Identity check failed for the outgoing…
-
Ability to Edit a Released Document
Hi All, in the Windows client if I go into a Purchase Invoice which is approved / released I still have the ability to edit the document (Clicking Edit in the Manage tab). In the Web Client the Edit button at the top of the page isn't able to be selected. Please could someone explain why the behaviour is different? Thank…
-
RapidStart field length limitation
Hi, I've added some text fields to table 27 Item that have a length of 2048, which is the maximum length allowed in BC14. Now I want to process the fields in a RapidStart package. Unfortunately though, RapidStart is limited to the old field length of 250. During import, it simply truncates the input text. In T8615 Config.…
-
Save/Preview/Copy Picture functions inside a factbox NAV2016
Hi all, In BC, the standard appears to be for pictures to be in a factbox. I'm trying to emulate that practice in NAV2016. If my picture field is on the main page, if I right-click, I get the options to Select/Save/Preview/Copy/Delete the picture blob. If I move the picture field to a factbox, I cannot figure out how to…
-
use of setrange ?
Hi all, i am very confuse by seeing use of SETRANGE 1)PurchHeader.SETRANGE("No.","No.");//same field of record variable twice. 2)DefermentBuffer.SETRANGE("Document No.","No.");//different field one from record variable and one from purchase header table which is source table for page why so what happening in two cases any…
-
Best web text editor NAV18
Hi all! I have found some options for text editing. The best here is the Erik Hougaard WYSIWYG. Unfortunately, it doesn't work in Web. All I tried works stupid in Web. Best solution now is something like this: It doesn't extend to the whole window. And in general looks ugly for me. Please share your best ideas to visualize…
-
Set filter for table lookup on Request Page
I want to set a table filter for a lookup (or drilldown) on a table, like the Customer table, for a Request Page on a report. I want to set filter: 'Customer Posting Group' so that only customers for that posting group will show up in my lookup. I want to do the lookup for the Customer.'No.' field. The field is added to…