-
Business Central LDAP -> LDAPS
Hi All does anybody know if this change has impact on BC 15? https://support.microsoft.com/en-us/help/4520412/2020-ldap-channel-binding-and-ldap-signing-requirements-for-windows Do we have to change something in BC? thanks
-
Data moved from one database to another database in same SQL server in C/AL ?
Hi Folk, Need your assist. I need to moved "Change Log Entries" table data from one database to another database in same SQL server in C/AL code, is this possible or not in C/AL code? Thanks in advance.
-
How to change complextype mixed=false in wsdl
Dear All I published the web service using code unit (xmlport). The WDSL has the below <complexType name="xmlPort" mixed="true"> Is possible to change mixed='false'? Thanks & Regards Nasheer.
-
Row Received Zero | RDLS Report Execution
Sir, My custom report takes some time to print the layout & during execution the Report shows Screen as given below. I want to show the custom progress-bar instead of this message. How can I do that ? Regards, Navuser1
-
How Export the file in Shared Folder
Hi All, In NAV 2018,I have created one report to export the excel file in the same server folder, it works fine. Now I am trying to save the file in another 'Shared folder' but it shows an error 'Could not find a part of the path'. How can I save the file in a shared folder? Please guide me. Thanks in advance, Jacob.A
-
SAVEASPDF on Network Drive
Can you please help me on this I am saving report as pdf on a network drive, we are on citrix with NAV 2016 when I run the code, it works fine but it is not working for other users, I made other users as super user folder is shared with 'everyone' read/write report.saveaspdf return true with no error but file is not…
-
Event session
In navision there is a table with name event session In this table record the data for log on and log off of user Can any one help me to know the about the option "close" which is under event type field Thanks
-
Business Central: Returning Max Sessions (Max Connections) in AL Online Extension
Hi folks, I have a need to return (access) the variable representing the maximum number of concurrent sessions a particular database is Licensed-for in an Online BC install. And I need to be able to access that from my own AL Extension. You used to be able to read the text-part of the License File from a System Table in…
-
Search Engine - 1 Character at a Time
Hi Mibuso.com In NAV 2009 R2 I created a search engine which could say look through customer names, addresses, etc., one character at a time. I was able to do this as a Form had a Property called AutoEnter and the Field was only a Text of one. This allowed me to type in say C and automatically I could look for all…
-
Edit a code field in BC16
Is it possible to change a (indexed) codefield from 10 length to 20 length in BC16 e.g. field1 in table 5401 I am in desperate need of 20 characters instead of 10.
-
Installation of Two versions of same NAV 2016 in one Computer?
Hi Experts, Is it possible to install two version od nav 2016 on same computer i have install nav 2016 version 9.00.49.146 and i want to install nav 2016 9.00.51175 and want to access it independently. also please tell me any online space where i can install nav 2016 .is it possible from azure for free. thanks in advance
-
iPad dragging the view
I have a simple page with the Sales Header, and Sales Lines.. The sales lines is at the bottom of the screen, and the iPad doesn't seem capable of dragging it up to show more Sales Lines.. Anyone have a solution?
-
iPad printing receipt
I'd like to install a receipt printer in our forklifts so our loaders can give the drivers a receipt of what is on the truck. Anyone printed to a Bluetooth printer from an Ipad in NAV? Using NAV2016 right now, but in the middle of upgrading to NAV2019
-
How to load data from excel file to the Nav
How to load data from excel file? For example I have the table in which I have to fill some fields. I have to load it from excel file. In this file I have id of each field. I have to load this fields by id
-
Data Compression in NAV 2016 - Report Performance
Does using data compression on a regular basis speed up the time to run reports which rely on a culmination of ledger entries, like the Inventory Valuation report? This is an environment that is very high transactions (Item Ledger Entries) and very high number of Items, as well as quite a few locations. Thanks in advance!
-
Cannot send e-mail new SMTP provider
We want to use a SMTP server from a new provider. When I tried to send a test e-mail I get the error message "Unable to read data from the transport connection: net_io_connectionclosed..". The provider told me that they use explicit SSL and that probably Business Central (.NET) use implicit SSL. How do I change this, I…
-
PingPong On BC14
Good Morning on a particular page I can't make pingpong work..the data is not updated in any way :( LOCAL OnTimer() CALCFIELDS("Anime per Getto"); VALIDATE("Peso Totale Anime"); NOT EDITABLE PingPong::AddInReady() //OnTimer; CurrPage.PingPong.Ping(1000); PingPong::Pong() OnTimer; CurrPage.PingPong.Ping(1000); On another…
-
multiline transfer from one table to another
Hi all, I have created custom table and page to store comments.later i have created action sales and purchase order page .on click of action custom page opens and multiple comments selected. then it move to in standard table ie: purchase comment. what code on action so that it move multiple line only which selected in…
-
Codeunit with CREATE - Error: Either the caller does not have the required permission ...
Hey Guys, i built a xmlport to export table data to a .csv / .txt. This works. Now I'm trying to make a codeunit, which creates the file to a specific folder. This is the code i am using in the codeunit: varXmlFile.CREATE('C:\Program Files (x86)\Microsoft Dynamics NAV'); varXmlFile.CREATEOUTSTREAM(varOutputStream);…
-
NavApplicationProfiler & NAV 2018
Has anyone managed to run this successfully in NAV 2018 (CU29) If i dont enable function tracing i can capture the database access, but when i enable tracing i get an error when stopping the trace. Th e error is along the line of invalid typecast when calling the stopfunction in the dll. Alternatively i could use a hint on…
-
JSON file type missing
Hello guys, Please help me. JSON file type missing???
-
Blog Series Part 6: Process Selected Lines for List Page in AL for MSDYN365BC.
#Microsoft365, #msdyn365bc, #morderclient #msdynnav #divyeshchittenavbc #businesscentral #msdyn365 #d365bc In this blog we will discuss how to create Sales Document from the Import Data as shown in Customer Requirement for AL Development 2.6 Process. View Details
-
NAV ODataV4 vs NAV API
Hi, I would like to ask what are the practical differences between the OData V4 web service Custom Page and the Custom page API. So far, I've only noticed: API is better-structured thanks to properties (like APIPublisher, APIGroup, APIVersion, EntityName, EntitySetName ..) The API allows you to use templates. Are there any…
-
adding blank Line in custom report/
Hi all, I have one issue in NAV report. I want to add blank lines in body of report when records are less than 4 then body filled with blank lines so total design of layout remain same.i have tried some solution but it didn't work for me please tell me how to achieve same
-
How to export the BLOB in excel using Excel Buffer in NAV 2018
Hi All, I am exporting Sales order details in excel using a report. How can I export the BLOB(CompanyInfo.Picture) in excel using Excel Buffer in NAV 2018? Please help me guys... Thanks in advance, Jacob.A
-
How to select multiple records to filter a report
Hello everyone. I'm creating a simple report (Dynamics NAV 2017), that reads data from two similar tables, joins all into one temporary and prints it into excel. All nice and simple. I've set the RequestedFilterField for both tables to "Document No.". Now as filters go, I can select single record, put a pipe (|) and select…
-
New Installation 365 BC V15 (CU03) OnPremise: Error Log shows Errors on missing Objects
Hi, we've got a problem in a new Installation V15. In Error Log there are many Errors "NavMetadataNotFoundException". Ever and ever again concerning to Page 697 (Manage Style Sheets - Pages), Page 1260 (Bank Data Conv. Service Setup), Page 1822 (Setup and Help Resource Visual), Report 9171 (Export Profiles), Report 9172…
-
How to filter the customer's first sales invoice in Cust.Ledger Entry
Hi EveryBody I am making a report to filter customers with the first and last sales day arising from date to date and calculating the total number of sales invoices. [b]Cust. Ledger Entry - OnAfterGetRecord()[/b] "Cust. Ledger Entry".SETRANGE("Posting Date",0D,GETRANGEMIN("Date Filter"));
"Cust. Ledger…
-
Return Value from Get-NAVAppInfo powershell
Is it possible to wrap Get-NAVAppInfo powershell command in a function to return certain values. For example the Synch state and the installation status? Thanks you
-
Excel Buffer Freeze rows
Is there a way to freeze rows or columns, using the Excel Buffer table functionality? Currently there is no option to define that but I'm sure it can be coded but I don't know how. Has anyone done this before?