-
Subgroups in Navigation Pane
According to the Dynamics documentation here, you can create subgroups in the Sections area of the navigation pane. So I enthusiastically created the sample code below and published it. actions
{ area(Sections) { group(Setup) { Caption = 'Setup'; Image = Setup; group(Dynamics) // This is the grouping level { Caption =…
-
Set visible and editable property by event subscriber
Hi everyone, I am working on D365BC with extension. My requirement is changing visible and editable property from the setup table. I know that it can be done by assigning boolean variable to visible property in the page. So, if I have 100 pages to setup then I must create 100 page objects. There is anyway to set that…
-
Add/Extend Application Area
Hi Experts, In Dynamic Nav BC, I know we can extend Application Area (Table 9178 Application Area Setup), for example, Marketing, or any others. By the way, can we extend/add new Application Area via Developer Environment (so that we can control what Pages to display in the Web Client)? Thx in advance.
-
Share files between extensions
Howdy. I wonder if there is a way to share files between several extensions in Al. Namely, imagine I have one App for 2 versions, BC130 and BC150, and the vast majority of its code is the same. Is there any way that I can modify it in only one place and share it between both without having to copy it from one App to…
-
Danish locale for help server not working in Business Central V14
I have installed the help server from "CU 04 Dynamics 365 Business Central Spring 19 Update DK", so I would assume that the danish language would be included in the help server, and it is in part. The navigation menu is in danish, but the content doesn't show up, an error does. I've done a few on-premise installations of…
-
Nav 2017 - polish characters disappears from 'Work Description' field on Sales Invoice
If you type a word containing polish special characters like this 'garażem, infrastrukturą, techniczną, prokotołem' in the 'Work Description' on a sales invoice (page 43) - and re-opens the page, the text has transformed to 'garazem, infrastruktura, techniczna, prokotolem'? My version is Nav 2017 build 26891 and it's DK…
-
Nav 2018 Access Web Client Outside VM
Hi, Today i've installed Nav 2018 on Windows Server 2016 in VM Amazon's ec2... I would to ask u if it is possible to access web client outside the Vm or not! Thanks so much
-
Simple question - can multiple extensions add to the same standard BC table or not?
Hi, I need to know if it's possible (I'm assuming it is but need to check) for two or three apps/extensions to add fields to the same existing NAV table. For example, if we create an App per module can each App add a unique new field to 'Source Code Setup' table as a TableExtension? Or will there be a conflict..
-
Access to Business Central Administration Center
Dear all, what is the minimum permission a users needs in the office 365 tenant to access the business central administrator center? thank you very much in advance. Regards Mathes
-
How to use extended data type in a extension
Hi everyone, I'm creating an extension for the cloud version of BC. I need to create a text field into a page, and I add the "extendeddatatyoe=url" to that field, but I cannot use that field as an hyperlink. Is possible to add hyperlinks to cloud version? Thank you all
-
Regarding lookup In NAV 2018
Hi, I have created a lookup field in the Table and I have set the Table relation to my custom table and I want that lookup field to be filter based on the Item nUmber in line to that of item no in the Custom Table and It works fine for me. But the issue that I am facing is whenever I click some values in the lookup I want…
-
Show the posted sales invoice page 'unit of measure' to report
Hi All, In the sales invoice report, 'unit of measure' is not available(empty) in the 'sales invoice line table' but the 'unit of measure' is present(available) in the 'posted sales invoice page' for the same item. I used to show the 'unit of measure' field from 'sales invoice line' table. But it's empty now. So, How can I…
-
Json how to get proper Value
Hallo All, we have the following Issue: We want to retrieve from Google API the Longitude. The Longitude what we ask should be 6.990940399999999. we created a function which should get this Value, so far so good, but it retrieves this: 6.9909404. But we need to retrieve the full string. The Code how we will return this…
-
D365: Symbols won´t download (SSL error) (updated) (solved)
update 3: At the end, I closed vstudio tryed again and symbols downloaded. Not sure why ... but I never managed using docker. thanks anyway. Update2: Hi, i decided to swtich cloud test account, things look better but still, can´t download symbols! any idea? thanks! [2019-12-11 15:08:22.66] Using reference symbols cache…
-
report added to Navigation pane
Hello. I created a new report and added it to MenuSuite (we're using Dynamics NAV 2017). I can find it by navigating through departments. I wanted to add it to Ribbon for faster access, but when I right clik it, I can only add it to Navigation pane. As I was browsing Mibuso I learned that reports cannot be added to…
-
how to make price excluding vat inactive
Hi i want to make the field unit price excluding vat in active when raising a sales order only to view the amounts but not able to change in the sales order subform am using BC .Your guide will be highly welcomed.
-
Set page extension fields options using subcribers that reffer to base page
Hi, Is possible to set enable/disable or another options for page fields using subscribers? Subscriber use an event published from base page and new fields are added using same page extension. Subscriber is needed because enable/disable option is set depending on a global from base page variable value. I tried several…
-
Check if report is printed to pdf
Hi. Does someone know is there a possibility to check if a report is printed to pdf? We need to hide report logo in all versions except the pdf. Kind regards Philip
-
Distance calculation
Hi, I have created a function to call Google Maps with address X to address Z, distance is taken from Google Maps and inserted in field: "Travel Distance". Field: "Travel Distance" Field Type: Decimal I would need to calculate travel time based on a value of field: "Travel Distance" and past it in the field: "Travel Time"…
-
The Global dimension codes are being changed in the table G/L Account Error
Hello, everyone, I got this error while changing the global dimension and making new G/L account. Please Help in this regard. thanks
-
NAV 2018 CU 21 - Report preview
Hi! I'm currently dealing with a strange behavior when running a report in preview mode. We are running (unchanged) report 121 Customer - Balance to Date and couldn't see any data in columns "Posting Date", "Document No." and "Original Amt." when using first user NAV_ADMIN (role:Super). Printing the report will print data…
-
Query bug in Business Central?
Good morning, I encounter some weird behaviour in Business Central (140,cu2,on prem,C/AL). When I create a new simple query with 1 dataitem (Record Link) and 1 column (URL1), I get the following error when I try to save/compile: I know the length of URL1 in Record Link table has been stretched to 2048. According to the…
-
The value of the Decimal parameter is outside of the permitted range
Hi All, I'm getting this error when trying to export a decimal field with the value shown in the error below. This is in NAV 2016 However in NAV 2009 I don't get this error. Has the maximum size of the decimal number allowed changed? Regards Albert
-
Xamarin Webservice Soap NAV17
Hi, I would like to create a Xamarin app for Android and IOS that communicates with Navision 2017. As far as I'm informed I can do that with NAV17 only about Soap (need Pages and Codeunit). Perhaps someone has an example of how I can make this web service connection for both platforms. Thank you very much stony
-
Residual Account account getting impact with 0 value
Hi Experts, we have done the setup for additional currency reporting in NAV-2016 with USD. to execute this, in currency master Residual A/c. While doing any kind of transaction this GL (Residual Account) is getting the effect with "0" value. due to this, my in general ledger entries volume is getting an increase. please…
-
Error while posting Purchase Order
Hi, I am trying to post a purchase order in Dynamics 365 Business Central (On-Premise). That order has items which are already received but not invoiced yet, hence when I try to invoice that order. I get the following error. "The changes to the Purchase Line record cannot be saved because some information on the page is…
-
Consolidated Trial Balance New 2013
hi, am facing problem with consolidated trial balance new in 2013. Till last month i was able to get data in this report. Now suddenly this report is coming blank. Kindly help me to resolve the same.
-
Read XML File for Cloud BC
Hi All, can share how to read xml file for cloud bc? Thanks.<?xml version="1.0" encoding="UTF-8"?>
<Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"…
-
Setup Internet access to Business Central Web Client and App
Hello everyone, I am attempting to setup a client's Business Central (BC14) for Internet access via the Web Client and the App. I find the documentation and resources for this quite sparse so I was wondering if any of you could point me in the right direction? I am looking to create a complete setup including:* Setup of…
-
Getting error Dynamics 365 integration
Hi I am getting error while setting up Dynamics 365 connection setup. I have entered Domain user id and password and authentication type AD "The connection setup cannot be validated. Verify the settings and try again. Detailed error description: Organization cannot be null or empty. Parameter name: Organization Name" warm…