-
Executes external programs and operating system commands from Dynamics Busniess central (SHELL)
Hello Dos anybody know i can i emplemt SHELL in extention 02 programming? Regs. Firas
-
C# 8.0 in Nav2018 20783 JavaScript Add-In
I am currently developing a JavaScript Add-In for Navision 2018 and want my Add-In to resize based on data. Since i only export an interface in my dll i want to implement a "default interface implementation" leading to an interface that looks like this: That is generally possible from C# 8.0/.Net 2.1 and upwards. My…
-
GST value changes (double,triple)as per no of page in changes in report?
hi all, i have customize NAV2016IN standard report 407 purchase credit memo. As I enter no. of copies GST value become double,triple.. so on. how i kept it constant as in first page. thanks in advance.
-
Sending PDF's with a Password protection layer.
Hello, I would like to know how it's possible in Nav 2017 to send PDF's with some form of password protection. Thank you.
-
Business Central SaaS - Domain Change Question.
Hi all, Popping this in here as I dont see a BC SaaS section, so apologies if it is wrong. Question is around changing domains when having BC SaaS. I have been asked by someone considering getting BC SaaS whether they could purchase it now against their existing domain e.g. reggiescompany.com but are looking to change…
-
Business central F1 on development
Hi there, I`ve managed to set up a help server so that users will see "How to create Sales Order.." description if they strike F1 on a sales order page. But if I am at the development environment, it does not matter where exactly I strike F1, but the system only shows "Welcome to the Developer and IT-Pro Help for Microsoft…
-
Does anyone know the last date that a C/AL on-prem license can be cut for NEW customers?
As per title, with the move to AL/Extensions I have heard rumours that Microsoft have said by this time next year it will not be possible to cut a new customer license for V14 on-prem (ie. C/AL). I'm treating this as a 'rumour' but need confirmation one way or another .. does anyone know if Microsoft have published a date…
-
Table 'TempBlob' is marked for removal. Reason: Replaced by BLOB Storage Module
Hi all, How shall we call Codeunit.Run(CodeunitID, TempBlob) if TempBlob will be removed in future? Thanks
-
User Permissions by branch/warehouse location in Business Central
I am trying to setup a company and wanted to break down user access by the company's branches. For example the company has Branch A,B,C,D and I want to setup a salesperson in-charge of branch A. I want them to be able to enter quotes etc as need for branch A but I only want them to be able to see the inventory of items in…
-
XMLPort - Export Ampersand character
Hi guys, I've got an XMLPORT( Encoding: UTF-8) that needs to export an URL that contains an ampersand but the output data is converting the & symbol into this data -->& My attempts were:Char1 := 38; URL := TextAA + FORMAT(Char1) + TextZZ URL := TextAA + '&' + TextZZ with the same result…
-
[Solved] PageExtension Objects - can I add a 'part' / if so how?
As per the title, I'm familiar with adding Actions / Fields but I need to add a 'Part' and it doesn't seem possible (I've searched and returned nothing and IntelliSense doesn't know 'Part'). Please can anyone show me the syntax required or tell me it's impossible if that's the case!?
-
Refresh page after validating a field from event
Hey guys, I've run into a problem while working on one modifciation. I created table and page extensions and added some new fields there. Now I need to modify the 'Editable' property and value of one of the fields. I know the trick with creating a boolean variable to change the property, the problem lies somewhere else.…
-
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