Blog Post: How do I: Really set up Azure Active Directory based...
In just under two weeks I’ll have to present how to use OAuth 2.0 authentication to call REST APIs of Dynamics 365 Business Central. Should be easy. Not only I have already done OAuth integrations ,...
View ArticleForum Post: Page - Field property set to FALSE but still showing by default
Dear Community, What I try to achieve: I want to customize the page/columns visibility so that by default the page will show the most relevant columns; and hide the ones less frequentely used (but user...
View ArticleForum Post: Page List - Add totals to a list from a header table
Dear Community, I would like your advice how to best handle the below use case. What I try to achieve: In a list page feeds from a header kind of table (for example, Warehouse Receipt Header); for each...
View ArticleForum Post: RE: Facing some transactions in inventory interim account in...
Dear Mehan, I found this to identify the direct posting entries on GL Filter on the Source Code field with ‘<>INVTPCOST‘. Hope it will be helpful
View ArticleForum Post: Deleting General Ledger Entries cause of posting to different G/L...
Hi, I have known that Dynamics NAV has the "Reverse Transaction" function in order to correct already posted journal entries but is there a way to just correct them and make them gone from the General...
View ArticleForum Post: RE: DateFormula Variable
lDate := TODAY; MESSAGE('Before: %1',TODAY); DFormula := '-2M'; lDatenew := CALCDATE(DFormula,lDate); MESSAGE('Aftre : %1',lDatenew); Name DataType Subtype Length DFormula Text 30 lDate Date lDatenew Date
View ArticleForum Post: RE: BUSINESS CENTRAL - HOW TO REFRESH FACTBOX CHART
Hi Fernando, Can you kindly mention the page and also the Factbox that you are trying to refresh? Is this a PowerBI chart? If yes, then click on the title of the Factbox where it says "PowerBI Reports"...
View ArticleForum Post: RE: Error - this prefix cannot be used on DataFormula
You should check what values is passed to PeriodLength variable.
View ArticleForum Post: RE: Page - Field property set to FALSE but still showing by default
Changing the VISIBLE property to false is the correct way to hide this field and permit to the end user to set visible when he wants. So strange that you can't make it work. Are you sure that there's...
View ArticleForum Post: Option Fields Index Value
Hi I have Option DataType with values 0,30,60,90 . If user selects 30 i want to get value as 1. If user selects 90 then value should be 3. Thanks
View ArticleForum Post: RE: Using Mobile NAV 2016
Check Service Tier Event Log to get the exact error message and share that.
View ArticleBlog Post: Cognitive Entity API services with AL: Did you mean ….?
AI and Cognitive. All the Azure Cognitive Services (and google Cloud AI too, I guess) have a common key behavior: They give us an API URL direction and give us API keys when we subscribe them. We make...
View ArticleForum Post: RE: Option Fields Index Value
There are a few ways you can do this. 1) Using OptionCaption and Option String properties OptionCaption 0,30,60,90. OptionString 0,1,2,3 2) Create a function and call the function when you want to get...
View ArticleForum Post: RE: Page - Field property set to FALSE but still showing by default
Is the behavior only happened on specific fields ? What about other fields ? Try choose columns and restore to default.
View ArticleForum Post: RE: Deleting General Ledger Entries cause of posting to different...
You should not delete your gl entries. You will have problems with your system and audit later. Try to prevent the mistake on the first place.
View ArticleForum Post: RE: DateFormula Variable
NewDate := CALCDATE(DateFormula,CurrDate); docs.microsoft.com/.../calcdate-function--date-
View ArticleForum Post: RE: Error - this prefix cannot be used on DataFormula
You can't assign negative on the Period Length because it is not a number value. Try to change what you want to accomplish, or train user to put negative date formula when inputting the field.
View ArticleForum Post: RE: Page List - Add totals to a list from a header table
Why do you want to make it within the list ? You can put it in the page similar to general journal's balance. If you want it to be inside the list, you need to make the list as temporary table, and...
View ArticleForum Post: RE: Sales Invoice Line Already Exists Error
There shouldn't be any issue with standard NAV posting. Try checking if there is any customization done on the posting logic.
View ArticleForum Post: RE: After Windows Security updates an Access Denied error message...
One of our customers has this issue and it is vital for their operation.
View Article