-
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?
-
When "Recalculate Invoice Disc" is true in Sales Order
what is the business rule for the "Recalculate Invoice Disc" field in Sales Order Table Rec.CalcFields("Recalculate Invoice Disc.")
-
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));
-
Got Error A call to System.__ComObject.Open failed with this message: The type of one or more argume
Hello guys! Have a problem with one point: BC18CU3 using this dll dotnet file function - got the error on "Open" method error Maybe You have some ideas, I used docs.microsoft.com and other forums but nothing helped I also tried to change some parameters in this function but it still error
-
NAV 2009 - Possible object cache issue
I'm not very familiar with the NAV webservices, so forgive any ignorance on terminology and such. I have a client who is using NAV 2009 with both the classic client and with a website connected to the NAV server through webservices. We applied a fix to our software (codeunit modified) on the server. The fix is working when…
-
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.
-
NAV pictures in BLOB fields
hello guys, im new in business central. im looking for a way to make the image in the attachment bigger when i click on it. how can you do that? the image is stored in a field called picture which has a type BLOB and subtype BITMAP
-
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.
-
How to extract SQL Query/ Store Procedure from SQL Profiler tool for MS Navision ?
for an example, I want to extract store procedure for INSERT item from SQL Profiler so from store procedure i will get idea how much table hit during INSERT.