-
"The metadata object Table 2000000053 was not found" upgrading from 2016CU13 to 2017RTM
Hi, I'm in the process to upgrade to Dynamics NAV 2017 from the latest Dynamics NAV 2016 CU (13). While all CUs upgrades in the 2016 works fine, I can't understand what to do with this error: PS C:\Users\Administrator\Desktop> Sync-NAVTenant -ServerInstance Company100 MicrosoftDynamicsNavServer$Company100
Confirm…
-
Notes factbox very slow to load on cards
We are finding that the notes factbox is sometimes slow to load. Typically the first time the factbox is opened (on a card page) the page will take 3+ minutes to load. After that, its fine (on any card page). The only clues I have to its cause are: 1) It seems it is the first time the factbox is loaded in editable mode…
-
done
done
-
NAV 2016 debugger Watch window and program stack and variable window disappear
Hi, I'm running NAV2016 CU32 in a Docker (development) environment. After I build a new Docker container and run the NAV2016 debugger, the "Watch" and "Call Stack" windows are not there (they don't appear). And if I click on "Variables", the Variables window is completely empty. The debugger otherwise runs OK. If I do the…
-
Function to update a DateField with a new Date
Hey, i'm on a beginner Level :s my task ist to update a Date Field with a new Date in the PurchaseLine. Therefore i need a variable, which replace the old date and set the new, or overwrite the current Date...
-
How to force NAV 2013R2 to honor PromotedIsBig No for Custom Action button
We have several custom action buttons we want to promote to a custom category on the main ribbon. There are 2 primary and 6 minor actions to promote. We want the 2 primary actions to be large buttons and the other 6 to be 2 columns of small buttons stacked in groups of 3. The 2 primary buttons are defined first and appear…
-
Modify procedure
Hello, still a newbie here with the AL. I have a procedure I want to modify, just add a block of new code in it, how can I do that? I see no option/property for it?
-
"Block Movement" Field Permissions
Hello. I was wondering if anyone had any good ways to restrict access to the Block Movement field to only a select few people. I'm working with base Nav2018 permissions, but I'm not seeing anything for that field. Thank you in advance!
-
How to sync Dynamics 365 Sales to Dynamics Business Central (variant Code)
Hi All, I am new to Dynamics 365 for sales in the Dynamics 365 for sales we have Variant Code in Sales Order. the question is , is there a way to sync this customized field (Variant Code) to Business Central Variant Code in Sales Order line ? Please advise. Thanks.
-
Who Imported object?
We are using NAV 2018. Is there a way to tell who imported an object into the production database? Someone imported something into the production database without proper authorization, and the users ended up getting the "The tenant “default” is not accessible" error. We want to find out the following: 1) Who imported it?…
-
BC20 Convert-PermissionSets.psm1 error
Hello I would like to convert our costume permissions from database data to permission objects, but i am getting so many errors when i try to Import-Module -name "C:\Path\Convert-Permission Sets.psm1" library . Regs. Firas error sample At C:\Program Files\Microsoft Dynamics 365 Business…
-
Inventory Valuation
I used report from NAV 2017 - R1001 - Inventory Valuation, to create a new report that could group by location. Because in the original report i can take the results of all Locations or filter by a specific. My goal is to show all locations . I added Location as Data Item, and indented Item , and dataitemlink by Code -…
-
How to Prevent Users from Viewing Chart of Accounts in Business Central
Hello, I have a small company with only a few employees, so we don't have full on User Groups and Permission Sets set up. I want to only restrict users from seeing financial data. What would be the simplest way in doing this?
-
When I select date from calendar why year always wrong? (Dynamic NAV 2018)
Hi Expert Please see in attachments why year always wrong ?? Actually when I type be manual if I input year 4 digits such as 01/01/2022 error still occur but if I input 2 digit it's can work by properly. May be I think error is came from SQL. please give me some suggestion How to fixed its? Best Regards, Funaki
-
CardPart in content area
Hi In an EDI context I have a transmission with one or more documents, each document having one or more lines. In a Page a want to show the document. Along with the document I'd like to show transmission details. So I created a Page with PageType=Document and added a Part Subtype=Page, referencing a Page of…
-
Read the field note on the table record link in sql server ?
Hi, I'm looking for read the field note on the table record link in sql server. I have find how read the field record ID with that :SELECT CONVERT(varchar,substring([Record ID],8, LEN([Record ID]))) as 'ID',* FROM [Record Link] But I can't find how read the field note in sql ](*,) Any ideas ? Thank for your help
-
SMTP Mail Attachment sending issue
Hi All! I have the following issue when I send e-mail from BC14. The mail has one or more of the following parameters: recipients, CC, BCC and Attachments. I have an issue with the Attachments: the files are uploading to a BLOB field, I can retrive the size of the file and from there I can download the correct file (png,…
-
How to remove underscores on the excel layout report in Business Central
Hi, Am new in business central and I want to create the excel report layout. This is what I did, 1. I selected my filters on the report request page 2. Click on Send to 3. Select the Send to Excel (Data only) 4. Then run the report. 5. It download the excel report. Issue: The report headings comes with underscores (e.g…
-
Read JSON Object
Can we extract Object (nested Object) name from this kind of JSON? I am able to count how many objects are in the json, but cannot extract value. ("27675","27676") I am using Newtonsoft "27675":{ "entity_id":"27675", "status":"complete", "coupon_code":null, "shipping_descript }, "27676":{ "entity_id":"27676",…
-
Problem with Nav C/AL Queries
Hello, i'm using NAV 2017 and i attempt to the the following (the real case is more complex but i just ask for a specific function): I have a table Items and i want to use a Query that give me bak ONE record for ITEM, with some static field and some computed fields: - purchased quantity (sum of quantity from Item Ledger…
-
ASN1 encoding with System.Formats.Asn1 / DotNet Enums in general
Hi everyone, right now I'm working on an extension, that among other things has to encode data into a predetermined ASN1 structure. For that task I wanted to use the DotNet assembly System.Formats.Asn1. I referenced the assembly in the dotnet.al looking like this: The assembly is on the server with the service tier…
-
How to change license type of user from Full user to Esentials
Hi, Thank you. Actually, I missed to tell you that, this is Business Central latest version. BC 20. Microsoft partner who sold the license told me that, for a new BC license, we don't need to buy any extra tables. this is not mylicense.flf, it is mylicense. license How to change in user card in BC 20, and also from 'Full…
-
Problem grouping SUMS using Queries
Problem with Nav C/AL Queries Hello, i'm using NAV 2017 and i attempt to the the following (the real case is more complex but i just ask for a specific function): I have a table Items and i want to use a Query that give me bak ONE record for ITEM, with some static field and some computed fields: - purchased quantity (sum…
-
Business Central License for extra objects
Hi, Thank you. Actually, I missed to tell you that, this is Business Central latest version. BC 20. Microsoft partner who sold the license told me that, for a new BC license, we don't need to buy any extra tables. this is not my license.flf, it is mylicense. license I am using 30 tables, in the case required, I will buy…
-
How to get effect new license to the users with Essential, Premium, Team Member, External Accountant
How to get effect new license to the users with Essential, Premium, Team Member, External Accountant list in user card in on-promise Warm regards Krish
-
Can anyone help on Permission on custom tables
You do not have the following permissions on Table Cash Collection: Execute. To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '29'. Internal session id: 42535434-d994-4bfe-a31c-439ff2c0d0fe Application Insights session id:…
-
Consume Webservice and Import data in Navision
Hi All, Hope you are all doing well. I want to consume webservice(GET) and import that data(Xml format) into Navision table. Is there any code reference to consume and import data from Webservice. If you need more info about requirement. Please ping me. Thanks.
-
My sub form/page is not editable
Hi Before migration sub-page was working fine, with minor customization and it is a copy of the Standard sales invoice but a completely new object itself. Subform is not editable. it is going grey. Does anyone help me, please. my code in AL is page 50002 "POS- Sales Invoice Sub" { AutoSplitKey = true; Caption = 'Lines';…
-
What's the point of SetTableView
Hi All I'm trying to understand the usage of SetTableView . My understanding is that it creates a filter so the question is why we cannot just use Setrange or SetFilter instead. Below is from purchase order subform to find linked sales orders:protected procedure OpenSpecOrderSalesOrderForm() var SalesHeader: Record "Sales…
-
You do not have the following permissions on CodeUnit Prova: Execute
In Dynamics Nav 2018 I made this codeunit 50006 called Prova: OnRun()
MESSAGE('Hello'); When I Ctrl+R or run it will display this error message: You do not have the following permissions on CodeUnit Prova: Execute My user has SUPER permissions. If it's a license thing I really don't know how to check that. How can I run…