-
Tips & tricks: How to handle limitations during the process (Automations, File Management, .NET, etc
Simplanova invites Dynamics partners to join the webinar: Upgrade to extensions: limitations and workarounds Webinar Date and Time: Thursday, 9th of September, 2021, 04:00 PM CEST (Central European Summer Time). Register HERE. The session will explore the most popular limitations and refactoring cases developers face when…
-
Text encoding in NAV 2009 classic client?
I am working on a solution where i get response from an external API but the Danish characters are not properly encoded. I get response in the InStream and then further store it in Big Text object. How to encode my response in 'ISO-8859-1' Thanks in advance :smile:
-
VS Code Fix Variable Name Upper/Lower case
Hi, Dynamics BC variable names are not case sensitive. E.g. you can declare a variable with name of "PurchLine", and you can refer to this variable when coding with "pUrChLiNe". e.g. field("Date Filter"; DateFilter) { ApplicationArea = All; Description = 'Specify Date Filter'; trigger OnValidate() var
>> DateRec: record…
-
Create Pick from Sales Order - i get "There is nothing to create".
In a new test install .. 1) I create a Sales Order, enter a Line Item and qty 2 for an Item which we have qty 2 in inventory (in a bin location). 2) I release the order. 3) Form the Sales Order window, i click on the ACTIONS tab -> Create Inventory Put-away/Pick 4) I put a check mark only on "Create Invt. Pick" and "Show…
-
Fixed IP from SaaS
I have an app that calls an external service and the external service needs to whitelist the IP address I'm calling from. For SaaS, Microsoft says This is from https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/faq#which-ip-addresses-or-ranges-does-my-environment-s-api-use It links to a document with…
-
NAV 2018 Excel Buffer .NET Cell Alignment
Hello. Is there any way to align cells (horizontal/vertical) after writing an Excel sheet via T370 (Excel Buffer)? In earlier versions of NAV when using automations the 'Range' object provided every possibility of cell design. Just recorded an Excel macro and built the functionality in T370. Now the .NET object…
-
Sales Journal Deferral Code - With Balancing Customer Type doesnt create G.L Entries upon posting
Hi all, i just show deferral code in sales journal (standard is hidden) generate schedule as per standard I preview posting (with balancing G/L Account Type) is ok but if balancing is Customer, it doesnt create deferral schedule in gl entries is anyone has any clue whats wrong with it?
-
Map 2 tables when creating a data exchange definition
Hello, Is it possible to map 2 tables (Bank Acc. Reconciliation table (273) and Bank Acc. Reconciliation Line table (274)) in the Line Definitions when creating a data exchange definition in NAV? This will enable the data to be loaded when the bank statement is imported. Thanks to help
-
Change Captions Dynamically
Hi, is there a way i can change a caption dynamically on a field on a page depending on the value in another field. So if field x is set to 1 i want my field to have a caption of Test. If field x is set to 2 i want my field to have a caption of Test2
-
Sort order in drop down list
Hi experts, When entering a line in the sales order page, there is a drop down button on the number field (where we put the item number). In my case there is a lot of items that have almost the same item number and almost the same description. So I have added the flow field "Inventory" from the Item table to the drop down…
-
Combined Pick Lists for Sales Orders
My client is on NAV2013 and is switching over to using Warehousing for various reasons. For shipping, they will need to Create Warehouse Shipments and then Picks. They have a large volume of small orders, for which they currently manually create combined picks by Item. They are switching to bins and Warehousing so they can…
-
Question | NavUserPassword
Hello, I have one question, its possible Start Service with Credential Type in NavUserPassword without any certificate ? From what i've been reading, to use the service with Credential Type NavUserPassword it is mandatory to have a Certificate Thumbprint... Its right ? Thanks.
-
Dynamics NAV iPhone App will not connect
Im Trying to configure setup with NAV App (Business Central) in my iPhone and give-me all times that error... "Could not connect to the server". Im using the same internal network. This is a self-signed certificate, and I have already downloaded the certificate to the iPhone and installed it. If I try to access it via the…
-
How to GET rest api in AL?
Hi all, how to convert this rest api to become AL Code? GET
/iras/sb/Authentication/CorpPassAuth?scope=EmpIncomeSub+CITFormCSSub&callback_url=https%3a%2f%2fwww.yourdomain.com%2fcallback&tax_agent=false&state=390b25fa-4427-4b10-9ae2-34d6e0cd91a1
HTTP/1.1
Host: https://apisandbox.iras.gov.sg
X-IBM-Client-Id:…
-
Pass Recordset in Web Service
Hi All, are we able to pass record in web service? This is my code to sync data cross company in 1 tenant.Company.reset;
if Company.findset then
repeat ToGLAccount.ChangeCompany(SyncCompany.Name); ToGLAccount.Reset; if ToGLAccount.get(ParGLAccountNo) then begin ToGLAccount.TRANSFERFIELDS(FromGLAccount, FALSE);…
-
SMTP Error sending email 5.2.0 SendAsDeniedException with Office365
Hello, I searched the forum and I do not see any error like the one that appears in NAV. I have configured my Office365 account on the SMTP page and when I push send test emails button and send it to the same email address that i configured, no error appears. But if I push the test button again and send it to other address…
-
smtp.office365.com in SMTP Mail Setup | NAV 2016
Dear Sir, The following error message is occurred when I click "Test Email Setup" in the SMTP Mail Setup Page. Microsoft Dynamics NAV The SMTP mail system returned the following error: "Transaction failed. The server response was: 5.2.0 STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed…
-
BC Editable in Tile Mode?
Hi All, I am using cloud BC. just wondering, are we able to set editable when is in tile mode?
-
VSC extension - object ID helper
Hello, Looking for free object IDs is a little bit frustrating. Does anyone know any VSC extension that would help with finding not occupied ID for my new object in the project? Or what is your way to do that?
-
Upgrade NAV 2009 R2 to Business central.
Hi Team/Expert, I am going to upgrade NAV 2009R2 to Business central. Here, me and my team going to handle this project. In this part of the project, i am going to take care of the part of custom code/part(Customization) upgrade. So, For this application code upgradation, have search some link: they are suggesting to use…
-
API vs OData for Cloud BC
Hi all, I am looking to integrate BC online with my api so now from BC Side, i have 2 options : API and OData. what is the plus minus between these 2? any recommendation which one should I use? Thanks.
-
as user sorts by any column of Page X, NAV client crashes
Hi All, I have strange issue as users open page 5076 - "Interaction Log Entries", where page Interaction Log Entry has set filtering in OnFindRecord, where page is opened as expected, but when user sorts records on field (i.e. Description) the page freezes and NAV client crashes. I tried to debug the error and it works…
-
Permission sets of the current user
In a Dynamics NAV 2018 - is it possible to find/lookup the permission sets of the current user (user SID) logged in, using C/AL? If it is possible - I am assuming that one or more virtual table(s) is to be filtered in order to search or find these permission set entries - but wich tables and how should it be filtered?
-
Dynamics 365 Business Central 2021 Wave 2: what to expect
The new release of Dynamics 365 Business Central 2021 Wave 2 is coming out this October. In the new blog post, Stefano Demiliani summarizes all the upcoming new features planned for the launch date and the next months after the launch. If you are interested in what to expect from this new major product release, have a read…
-
Calculate Production Start dates/End Dates
I'm hoping someone can point me in the right direction I have built external to Nav a production order scheduling board to manipulate production orders. Where companies use routings this is very straight forward however this particular company do not use routings and cannot due to some custom code relating to outputs. So…
-
BC365: Remove grey background on a un-editable text field
Hi! Currently, I am working on implementing a solution that gives the user a possibility to add own instructions (i.e. captions and instructional texts) to certain wizard steps in a navigate page and I am very close to achieve it, but there is a minor detail that keeps bothering me. When you enter the first wizard step in…
-
Planning Worksheet didn't show Starting Date and Ending Date correctly.
Hi, I have a question about Planning Worksheet. I clicked Calculate Regenerative plan... and set Starting Date and Ending Date but the date didn't show as I set. Moreover, the Accept Action Massage field didn't check like it used to be. The date I set What it show And this is my manufacturing setup How do I fix this?…
-
NAV client crashes without any error message
Hi All, our customer has some strange issue that NAV 2013 R2 client crashes for unknown reason. I think the issue is with Page: "Interaction Log Entries" because it is opened from Page: "Contact List" where filtering is set on Table: "Interaction Log Entry", so page: Interaction Log Entries is opened with set filters as…
-
BC365 How to get Temporary Data on G/L Entry after Preview Posting on Journals
Hello Experts, Good day. Is there anyway I can get Temporary Data/records on GL Entry after Preview Posting using AL Extension? I just want to show it on a report on Journal Page. Thanks and God Bless Slight smile
-
BC365 Variables Empty After Running Request Page on a Report
Hello Experts, Good day. I have created a custom button on a default page of BC365, this button runs a custom report too. See code below action("AR Voucher")
{ trigger OnAction(); var rptJournalVoucher: Report "Journal Voucher"; GenJnlLine: Record "Gen. Journal Line"; begin Clear(rptJournalVoucher); GenJnlLine.Reset;…