-
After cloud from BC 14 to BC Online, some tables data not came
After cloud from BC 14 to BC Online, I checked all tables are came but change log setup & change log entries are not came. I followed each step very carefully but these tables are getting into trouble.
-
Page.Close() don' t work
Hi All, Can someone tell me why the CurrPage.close() don' t work in page trigger such as OnOpenPage but work in action trigger or control add-in trigger. Thks for any reply.
-
controladdin function
I need to convert a string representing a numeric expression into its corresponding result. In the same way by when in an excel cell you enter "2+2*4" and the result is 10. EVALUATE Function not work. Need for a 'numerical' string and does not calculate expressions and I cannot use DLL. Cannot find a solution. I had…
-
add email recipient during send sales invoice
Hi All. I have added new field in Customer card, which is "E-mail 2" --> text 250 how do i include this when i send Email from Posted Sales Invoice ? any idea? Thanks.
-
Fail update Odata Web Service BLOB field with return 400 Bad Request using larger file
Hi, i have create request Bussiness Central W1 19.5 OData Webservice to update BLOB field based on this Dynamics Picture Update It return successfully with 204 code for small size file (100kb) But if i try with larger file size (ex. 200kb) it return fail with 400 bad request Is there any suggestion to upload image to BC…
-
Business Central Adobe Reader API Integration
Hello, I am working on Business Central Adobe Reader API Integration. I am struggling with passing MediaType in Request via programming. I have followed Adobe Reader API Documentation and passing MediaType as per given example. But I am getting error when Request is sent via programming. The same works when I send Request…
-
Change Reference in NAV 2017 bank export (Danish BEC-Indland format)
Can't find where to change 'Own reference' when export payment to bank (fileformat BEC-INDLAND). In reference NAV exports the Voucher No. I want to export 'External Document No.' and the Vendor account instead. Where do I change that in NAV??
-
Validate on existing page... Page Extension or Event ?
Hi masters ;-) When some modification has to be done on an existing page for a Validate for exemple, I usually use the Event Subscription to perform it. I saw some of my collegues doing this operation if a Page Extension using the Modify... Both system works but I am wondering if one option is more efficient or not... Any…
-
Two instances of NAV 2018 on same RDS?
We have a NAV 2018 environment which is running on CU 2. Recently, we were asked to setup another NAV 2018 environment which is running on CU 60. How can we run both NAV 2018 CU2 & CU60 client applications from the same RDS server? Any tips on how we can configure this?
-
how to take backup of a System table data before the Deletion of records from a specific table?
Customer want to reduce the size of system table(eg., GL Entry) which is huge in size. he was asking for option for selecting record for specific period and delete the records. Before deletion fo records , he is expecting to take back up of data for the filtered period before the deletion process begins. Up to my…
-
Can you helpme find the code, i want calculated duplicated data and show the 1 result data
I Have a problem with the data in the report, i have a duplicate data but i want calculated the quantitiy from the duplicate data, like a merge data, anyone can help? thankyou
-
How to make customize dialog
Hello all, I have a function which need a dialog to display how many time past. Both of all the system providing dialog can not meet needs, Does there have a way to make a customize dialog. Thanks for any reply.
-
NAV 2.6 Setup CD (to install ODBC)
Is there a recent valid link to where I can download a NAV 2.6e CD. I successfully found some old invalid links. Customer is wanting to upgrade, and their new vendor would like to connect up via ODBC to migrate master data. The documentation says the setup program for cODBC should be on the CD. Can't find a CD image on…
-
Chart of accounts
I have setup a new Company on Business Central. Please kindly advise how I can copy the chart of accounts from an existing company to the new company?
-
Got error while exporting all base bc 14 objects for the purpose of converting
Hi , While i need to covert Reports Nav 2017to BC ,So i want to use Nav Converter, So in this purpose i tried to exported all objects in base , but i got error from Version triggers Permission issue. , Thank you for your replay & suggestions
-
HttpResponseMessage.Headers() does not contain Content-Type and Content-Disposition?
Hi Community, it seems that the HttpResponseMessage.Headers() method does not return the http headers for "Content-Type" and "Content-Disposition". Headers traced with Fiddler: Headers List in AL-Code debugging: Does anyone know why or how to access them? I'm doing a http get for a file and want to get its mimetype and…
-
Getting the aC/AL code from an object outside license
Hi all. I know there's a trick to get the C/AL code from an object outside the license using blobs (guess) but I can't find the way. Anyone knows how to do it? Thanks
-
Microsoft Dynamics NAV 2015 - Start Job Queue thru terminal commands
Good day! Is it possible to Start the Job Queue in MS Dynamics NAV 2015 thru terminal commands? Microsoft Dynamics NAV 2015 Version W1 8.00 / 8.0.38798.0 Thank you!
-
How to select SQL server instance in Dynamics NAV 2018
Hello, I had to create an additional instance of SQL SERVER. I can set that instance in development by defining Database Server to SRVNAV\MSSQLSERVER01 and Server Instance as link/dynamicsnav110. And it seems to set fine in dev environment. BUT when I try to open some page, i get data from old instance, and I not sure how…
-
Not able to populate pallet total in report "Work Order" within a sales order document.
Hello! We normally view this report and send as notification that order has been placed for some customers. However, we noticed number of pallets is not displaying. I have checked the item card > unit of measures and there is a quantity per pallet there so not too sure why its not showing in the report when we place…
-
Bin selection in put away Documents
Hello all, I have the following question. When I do warehouse shipment and put away is created, by what logic is the bin code defined on the line where the action type is place? Does it depend on some setup?
-
How to identify if BC is opened on tablet or on tablet view (on browser)
Is there a we can identify if BC is opened on tablet on on tablet view?
-
Hello I'm new in here, i want ask for to filterdate
I Have a problem about my filter, i want filter to posting date in same year but different month, like this, if i put the filter range 2023/04/1..2023/04/31 for my filter field show the data about the range, but my code doesnt work, he show the data form my filter untill current month. i wont if i set the filter range the…
-
Microsoft Dynamics NAV 2017: ExcelBuffer => How can I add an AutoFilter function?
I try to add a new function AutoFilter to ExcelBuffer (370). attempt (without succes): XlWrkBk := XlApp.ActiveWorkbook; XlWrkSht := XlWrkBk.ActiveSheet; XlWrkSht.AutoFilter; Anyone ever written something similar and can help me out? Thanks in advance!!!
-
"Incoming Doc. Attach. FactBox" causes massive performance problemes
Hi guys, when opening the Sales Order Page (9305) the data are shown after 11 seconds. While analysing the performance, I figured out, that the subpage "Incoming Doc. Attach. FactBox" causes these problems. It is strange that this is not always the case. The same fact box sometimes causes this problem also when opening…
-
Email CC customization
I'm trying to modify the Send Email "CC" field in Posted Sales Invoice page to populate the value of the custom email fields(Email 2 and Email 3) that I have in the Customer Card I have found the following event to subscribe to in order to modify those fields (To, CC, or BCC) but I encountered an issue when they have a…
-
How to create unique records in navision
i have created a table with fields id,name,roll no,age id name rollno age 1 A 1 20 2 b 2 20 3 c 1 20 i will create a actiuon called unique now i have to count unique records in roll no field like it should show message after clicking on action unique then it should show "No of unique records is 2"
-
customization of sales invoice emailing
Three email fields have been created, and I want to take all those emails from all those three fields and add them to the "To" field. Anyone knows which event I should subscribe to or what needs to be done to include those emails?
-
Base function missing
hi all , I am using Nav 2018.in the report 1401(check),the base functions are missing. I have checked with someone who have same version of navision 2018. for the reference i have attached the screen shot of the function which i have currently. I need to use the FormatNoText function from report-1401.but it is missing for…
-
NAVCancelCredentialPromptException with infinite loading loop
Hi everyone, after upgrading from BC17 to BC21 onprem we are encountering the issue that some users will get caught in a seemless infinite loading loop after changing the language or company in BC. We are using AAD fot authentication. After clearing cookies it works just fine. The event log for the time of the problem is…