-
Running Purchase Page 9307, the server was unable to process the request. The application will close
Hi, I'm having this issue for one user that happens to be a super user when running the purchase order list. Another super user is able to access that page without the error. I've deleted the pages from user metadata and also user page metadata. Regards & Thanks Roddy
-
Barcode font not showing in Report
I need to print labels containing the entry no. of a record. I followed this guide and in Report Builder, added a text field with the font "Code-39-Logitogo" displaying the encoded number. On the preview PDF, however, the code is in the default Arial font. I then found this article explaining that the instance of BC needs…
-
JSON Best Way to read them on Dynamics NAV
According to NAVTechDays 2017 Json Meets NAV thre are several ways to Read a JSON file I followed this article https://kauffmann.nl/2015/12/03/web-services-examples-part-2-verify-e-mail-address/ but my JSON has a more complex structure similar with the following example{ "firstName": "Oscar", "lastName": "Smith", "gender":…
-
Pass a value to codeunit from a page
Hi I'm getting the first baby steps in nav... I want to pass one value from Customer Card Page, No. for example, to a codeunit with a button, but without RUNMODAL. Can someone help me? thanks
-
What is an "NSRecord" ???
NAS is refusing to start and continuously advises the below, but what is an NS record ? or an NCLRecord ? Any help appreciated Server instance: LIVE_NAS Tenant ID: <ii>User: Type: Microsoft.Dynamics.Nav.Types.Exceptions.NavNCLRecordAlreadyExistsException SuppressMessage: False SuppressExceptionCreatedEvent: False…
-
how to add menu in BC?
Hi all, how to show menu in BC? I want to group all the pages from my extension
-
NAVHttp Client Request Failed
Hi Team, While processing an external API in Business Central SaaS Environment, I get the status code 0 and response "NavHttp Client Request Failed". But while I am calling same uri in Postman, I get a proper response and status code is 200. Can you please advise on this, Thank you for your help! Thank you for your help!…
-
How to inherit values in fields
Hi all, On Clients page I added three fields, field A is the main one, field B depends on field A and field C depends on field A and B, so if field A is empty if fields B and C have any value, it should be cleared automatically or if the selection of field B and C does not correspond to field A and they have information,…
-
HOW TO ALIGNN ROWS
How do i make a listing report from different tables (data item) appear on the same row? NB;The report has column groupings.Any clues?
-
Adding Worksheet in Home items
Hi All, I'm designing a Role Center page for Sales & Purchase department users. When i tag Worksheet page in Home items, it shows error as below. Is it possible to tag worksheet page in Role Center Home items .? or any solution for this? Microsoft Dynamics NAV Development EnvironmentAction 'Purchase Requisition', which is…
-
How do I validate fields?
Hi experts, In my Business Central cloud extension, I have made my own table and a matching page. I have 3 fields: - Code - Description - MyNumber (integer) The user must enter a value in all 3 fields and the field "MyNumber" must be between 1 and 99 and it must be unique. After the record is created, the user is not…
-
Collation - Report to display Slovakian characters where server code page is set to German
Hi All, What is the best solution to design the report that displays both languages (Slovakian and German) as expected? I have to have default language set to German on the server, since my HQ company is in Germany and a lot of software uses German characters. I have to create a report that displays text constants in…
-
report optimization
hello, when writing reports what is the better option in regards to optimization time and space to run reports - use rdlc hardcoded captions or labels?
-
Half year rule for fixed asset additions
Hello, I have several fixed asset cards where I need to record additions monthly. I need the additions to follow the half year convention/rule, while the original book value of the asset depreciates normally. Does anyone know how I can make this work? The half year rule works during the first year of the fixed asset card,…
-
NAV2009 RTC: URL parameters to open specific page with filters
Hi, I am using an URL to open a NAV2009 RTC page from a third party application. The syntax is like this: DynamicsNAV://MYSERVER:PORT/INSTANCE/CompanyName/runpage?page=9305 This works like a charm. However, I would like to send a filter on a specific Sell-to Customer No. in this url. I have found this syntax for newer NAV…
-
convert text to time type
hello nav experts, hwat is the best way to convert text to time currently using this, obviously not best, hence why I am asking TimeTxt := '90623'; EVALUATE(ToTime,COPYSTR(Timetext,1,6));
-
Migrate to Business Central on-premises from online
Hi All, In there any MS Blog regarding Migrate to Business Central on-premises from online. Also, can you suggest the best way to merge data of two Business Central online DB into one, apps are same on both the DB. Basically, a way out to "Export the Data" and "Import the Data" as we do in On-prim version to backup and…
-
Generating the encryption key with AL
Hello, how can I generate 256 bits sized encryption key with AL code? I need this for AES encryption.
-
Calling API from Dynamics 2016
In currently ruuning Dynamics 2016 and I would like to call an API, do you have any code or object to do it?
-
Read a JSON file within the projects in VS Code.
Hi all, Is it possible in Visual Studio Code to read a JSON file within the projects? Example: I got a Codeunit called ImportJSON under the Codeunit folder, and then I would like to use this Codeunit to read the xyz.json file (under JSON folder). Is it possible to read the JSON file? Thank you.
-
NAV2018 - not able to connect to NAV Server
Hi all I have 2 laptops freshly installed with NAV2018. Both laptops are the on the same network, both windows 10 pro. 1 can connect to NAV but the 2nd one cannot. Error when I open NAV2018 is - When trying to change the server, I got this error I have uninstalled and reinstalled on the 2nd laptop, copied the Config file…
-
Hii Guys, can anyone help me how can i filter Date only from date and time in reports
Thank you
-
Dynamics BC Online performance tuning
In "classic" NAV when there is a performance issue, say with a big transaction table e.g. "G/L Entry", I will run a SQL database query analyser, and find out what index key fields I need to add to GLEntry table. And this normally will address the problem. Until, some other usage trend comes along. Then I will rinse and…
-
Is it possible to display promoted actions on the navbar of the mobile BC client?
I need fast and clear access to an action for users on a mobile device. Is it possible to add a custom action to the navigation bar at the bottom of the screen? If not, is there some other way to make an action clearly visible and presentable without having to hide it behind a menu?
-
Adjust cost
Hi, One of our clients did an upgrade from NAV 2016 to Business Central with LS Retail. Some of their items are set to 'Standard Cost'. They did not update the cost on the Item card before they posted the Inventory qty take on, thus posting the transaction at a zero cost. They also decided that they would bring in the qty…
-
Monitoring Business Central
Hello Everyone, today as we have a lot of people working from home, sometimes the people work outside of working hours, this is good but block some routines "Lock tables" is it possible to monitoring who is blocking those tables? Thank you,
-
Performance of G/L-Posting - any benchmark?
Hi there, is there any guidance on how to size NAV14/BC SQL servers or how to benchmark good or poor performance? A customer asked us to analyze some kind of poor performance on their NAV14 production environment. They are complaining about slow general ledger journal import from csv and slow journal posting. On an…
-
[AL] How to use user input from request page for report generation
Hey all, I am completely new at AL programming and am doing a little testing in my business central sandbox. On my report's request page I would like to add a field in which I can choose a customer and then only show data for the chosen customer in the report. I have successfully added the field but fail to properly…
-
Remittance Report - 400
Hello, Has anyone successfully been able to recreate the Remittance report (400) to work with a Word Document Design in AL? At present the grouping does not work well or at all with Word Document Layouts. Thank you.
-
Forgot Navision Admin password
Hello Everyone, I am using Navision 2016 and NAVUserPasswrod protocol to authenticate clients. However, I lost my admin password and now cannot login as an admin. Any suggestion how can I reset my admin password. I am using MSSQL DB.