-
Adding additional Options to "Item" quick filter drop down
Good afternoon, I'm trying to add an additional field to choose for the item quick filter, I've added fields to other tables and changed the available fields on the customer/vendor cards. Can anyone point me in the right direction? Thanks very much in advance.
-
delete the Empty Nodes in XML port through code unit with using Dot net variable.
Hi I need to delete the Empty Nodes in XML port through code unit with using Dot net variable. Is my code is correct ? kindly suggest some answers. Documentation() OnRun() Document:= Document.XmlDocument(); Document.Load('D:\xml\xmlportforexport.xml'); Parentnode:= Document.SelectSingleNode('Root'); Nodelist:=…
-
Import File from Azure File Share to Cloud BC
Hi, i am using BC20 and try to download a file from Azure File Share. I can create files, upload data (TempBlob) to Azure and get file information (example below), but how can i download data into my TempBlob? Regards procedure ReadFile(FileName: Text; TempBLOB: codeunit "Temp Blob"); var CryptographyManagement: Codeunit…
-
BC21: Production Orders Components Page very slow
I have a customer that has the page of the Production Order Components that is very slow to open from the Production Order card when a particular extension is installed. And by slow I mean >1 min to open on production orders with 30 components. When I uninstall the extension, the time decrease to a couple of seconds. The…
-
Financials in BC
I am using BC and preparing financials in excel. Concerned on how the cost of sales will be presented and still be in balance.
-
NAV 2009 to Dynamics 365 Business Central License Upgrade
Good Day everybody, I am actually using NAV 2009 R2 version at my company and I am planning to move to the latest version of Dynamics 365 Business Central. I would therefore like to understand how Microsoft converts my existing NAV 2009 BRL License when I upgrade same to Dynamics 365 Business Central. I currently have the…
-
Show each month on Account schedule and YTD
Hi, Wanted to setup an account schedule that has Jan/Feb/Mar etc... and a YTD column. If we set the col definitions with comparison period +1M +2M +3M .. but then I would always need to filter on Jan... which makes YTD difficult to calculate. If I let the user filter on say 01/01/2023..31/03/2023 as a date filter YTD is…
-
BC2022 hide specific page for a profil
Hello everybody, i am using BC 2022 and iwant to hide a specific page for a certain profile to make it not visible (Tell me functionnality) for security reason. Is it possible? Thank you
-
PowershellRunner in BC
Has anyone tried using powershellrunner addin in BC (v15 and above). Was it working for you? It was working in with C/AL versions, but not working in only AL versions?
-
failed with this message: The request was aborted: Could not create SSL/TLS secure channel. SOAP API
I am getting below error and i am not expert in SOAP API integration. Below code was working fine but suddenly i have start getting the above error, to solve this issue i have used the below code also ServicePointManager.SecurityProtocol := SecurityProtocolType.Tls12; but no luck. i am getting error on the this line of…
-
BC 18 Edit in Excel Invalid server configuration
Hi guys, please can you help me with issue - Excel Addin for BC 18 is not working. Customer has OnPrem BC 18 installation with AAD auth enabled. Users reported me, that Edit in Excel function stopped working but they did not use it much. I inspected app registration, ODATA are working, SSL is enabled. Everything is done as…
-
Allocation costs in BC
Hi. I have a question regarding Allocate costs. When posting purchase invoices, they are correctly transferred to cost entries (entries are separate). The problem arises when we run the function allocate costs for the specific date, for example 05/22/2023, function combines all cost entries (all the previous dates too)…
-
how to set boolean true - as a default
Hi everyone i m new here in Navision developer , here i am stuck in one page - there is one field (data type -boolean) , when i open its showing true always . i have checked in field property there is nothing such set. also that boolean field is connected with another page if true. i want to make it false - as default…
-
Japanese Sales Invoices in garbled text
Hi, I'm currently using Microsoft Dynamics NAV 2018. Our sales invoices are in Japanese, but whenever we try to print the draft sales invoices, it couldn't display the Japanese words as shown in the image. Can you suggest solutions to this issue?
-
Business Central 22
Hi I can not find the download link to Microsoft Business Central 22. Can you?
-
Microsoft.Dynamics.Nav.Runtime.NavVariant variable not initialized
Hello, am getting this "Microsoft.Dynamics.Nav.Runtime.NavVariant variable not initialized" error when an approver is trying to approve a document. But after singing out then singing in and repeat the approval the error disappears. Am open to any suggestions.
-
Design Mode in BC Cloud Sandboxes
Hi. I have a question about "design" mode in BC Cloud Sandbox environments. When you start it, the functions "+ Field", "+ Action", "+ Part" and "+ Page" appear. My problem is that only the ability to add a field is enabled, all other functions are disabled no matter what area of the current page I click in. Does anyone…
-
Auto Attached "Document Attachment" upon Send Email
Hi All, I want to send email from Posted Sales Invoice currently it will auto attached from Incoming Document how do attach from Document Attachment instead of Incoming Document? Thanks.
-
Default NAV Server Instance
Hi everyone, i've an easy (i think) question, but i don't know what keyword to search, so I ask you some minutes of patience :mrgreen: When you start your nav rtc for the very first time, it automatically connects to "blablabla/DynamicsNAV/Service". What if that service does not exist/is down? Nav makes an error about…
-
Importing Items from Excel - Include Extended Text?
Hello please it's urgently how can (AL) to import Item (New or update existing Item) include exteded text and attribut , the extened when i imported i stocked to variable and description in my table specific equal the lent (50) all >50 is in variable How can help with code plaese or have an exemple or logic
-
Copy newly created temp file
Hi experts, in NAV 2016 I have made a web service codeunit that creates a pdf file in the temp folder. After DOWNLOADFROMSTREAM, I try to copy the file to another folder, but I get the error (manually translated): "The user does not have the required permission or the path is write protected". I guess, I need to close a…
-
Add a PDF as Background Image to Report 780 in RDLC at runtime
Hello, I'm provided with the task to make the Report 780 with a PDF as notepaper/background. It can be chosen, whether the background should be printed. So, the PDF is taken from an external storage at runtime. In ForNav, the PDF is stored in the TempBlob-Table. After that, an InStream is created from the BLOB and given to…
-
Permission for Schema Synchronization (NAV 2017)
What permissions do I need to being able to sync tables from the development environment. * In NAV I am SUPER. * On the SQL Server I have the sysadmin server role * I am db_owner of the NAV Database * This is a single tenant installation, i.e. tenant Default with application and data in the same database I…
-
BC 21 import multiple xmlport with dynamic filesnames
Hi We have written a codeunit to import via xmlports that have been defined. RequestPage is set to false, and and initial FileName is specified in the properties of the XMLPorts. The codeunit reads the import folder and imports the files, one at a time. Our problem is that although we have set the FileName on the OnInitXML…
-
Can I take backup of user personalization?
User Personalization
-
NAV webclient: Force auth by parameter
Hi All, Is there any way to keep windows auth for everyone but prompt for login for some users by giving some parameter to the URL? This way we can share a login with minimum credentials and NAV will prompt users to type login. Thanks.…
-
How to import sales orders from excel in navision?
Hi All, I am new to navision , can anyone please tell me How to import sales orders from excel in navision? Thanks, Rajan123
-
You do not have the following permissions on TableData Vendor Ledger Entry: Modify
After doing a Technical Upgrade from NAV 2013 to NAV 2018 I get the following error when trying to apply a payment to a Payment Journal: You do not have the following permissions on TableData Vendor Ledger Entry: Modify
-
Send pdf report from nav to api
Hi experts, The task is to create a web service that creates a report as a pdf file and returns the file. This must be done in NAV 2015. I have made a web service that saves the wanted report as pdf in a blob field in the table "Temp Blob". How do I return the blob field to the api? Best regards, Morten
-
Business Central Copy Link Option in Share Menu on Pages
Hi, on the copy link option in share menu on pages is there a way to add or modify the fields that you see on the Hypertext? For example, if you share the link from a sales order card the hypertext contains the number of the order and the name of the customer, if you share the link from a item card it doesn't even include…