-
Service Quote - How to stop system from deleting completed doc
Hi Guys I'm using the service module and when a service quote/order is fully completed , the document gets deleted from Business Central. Is there a way to customise the system so completed orders are not deleted and the order status changes to something meaningful
-
Copy Company from Production 1 to Production 2 (Cloud)
Hi all.. I have 2 production environment at the same tenant Production 1 --> W1 Production 2 --> AU I want to move some of the companies from Prod1 to Prod2. how do i do that? Please advise. Thanks.
-
Doubt regarding the autoshceduler Job timing.
Dear Experts, i have auto Scheduler Job which is set to trigger and run the job every 10 minutes... Say some times if the job is triggered and start running from 12.30 pm and run continuously for 15 minutes straight, due to heavy data. Now comes my doubt, since we have set the trigger the job every 10 minutes. but job…
-
XMLPort - Flat File Import - Header + Line on one line
Hi folks, I'm trying to figure out a way to import purchase invoices from a CSV that has header information and line information on the same line, such as VendorID, VendorInvoice, InvoiceDate, Department, GL Accout, Quantity, Amount I have set up an XMLport to the point where it will create a Purchase Header record for…
-
Insert 4 dimensions how to improve code
Hi Guys I have the below code to enter shortcut dim 1 to 4:actions { addfirst(processing) { action(UpdateSalesHeaderDimensions) { Caption = 'Test Update Sales Header Dimensions'; ApplicationArea = all; trigger OnAction() var DimVal: Record "Dimension Value"; TempDimSetEntry: Record "Dimension Set Entry" temporary; DimMgt:…
-
General Journal - Test Report shows as Blank
HI , I have a problem with a general journal particular batch, Test report shows as blank. How to check this issue, kindly advise.
-
Global Variables in a Page List
Dear All, I have got a new list page on top of which I have created three global variable which are to be filled up by the user. This means it looks like an invoice but the header part is made up of global variable whilst the page part of the invoice in reality is the actual page. The issue is that when the user sets the…
-
File Share Access - Exporting of Files
Hi We have a process within our NAV 2009 environment which saves an invoice as a PDF on a local network shared drive. This has been in place and working for a number of years and as of recently, it has stopped working for everyone except 2 users. For those that it does NOT work for, they get an error stating "Either the…
-
Centre-align image in a report [BC24 Cloud]
I need to centre-align an image from a Customer card on a report, however the image can be different dimensions depending on what the end user uploads. I found this link which should work for OnPrem instances but in order to do so, you need to set EnableExternalAssemblies property to true on the report and this isn't…
-
Tracking the standard "Open in Excel" in BC21 (On-Premise)
Hello BC Users, I noticed that, by default, Business Central allows lists to be exported to Excel using the standard "Open in Excel" function. I tried to check if this functionality was being tracked in some way, for example through the raising of an event or with telemetry data, but I wasn't very successful. Do you have…
-
Error BC14 | Another user has changed the definition of the Server Instance table after the activity
Hi all, How are you? I have BC14 CU52 with 4 databases (currently working on the transition to AL) , that up until now was ok. As of this weekend for one of the databases i can no longer run objects directly from the development environment or debug. Below the error message The same happens if i try to add a breakpoint on…
-
How to check if Outlook is running - NAV 2016
Hey there NAV gurus, When sending mail trough NAV mail doesn't get sent if Outlook isn't open (create mail window pops up, if the user clicks 'Send' mail goes into 'Outbox' of Outlook. Mail gets sent only after the user starts up outlook. We're using CU 397. I've come up with a code which opens Outlook (see below). Is…
-
Google Doodle
Hi everyone! Does anyone here like to see Google Doodle’s new edition every day? Sometimes we even have mini games to play, how interesting! I wonder which team is behind this.
-
Insert new line on second List Part - The view is filtered, and the entry is outside the filter
Hi Guys I have created a second list part on the Service order screen to show service item worksheet table rows, second list is filtered by the service item lines . same hierarchy such as sales lines and item tracking lines. all works when viewing records however I cannot insert a new record to the second list part (items…
-
No. Series settings don't update on card page
Hello, friends! I have an issue with No. Series. When I make a change (for example, enabling manual entry), it doesn't reflect on the corresponding card. As you can see from the screenshot, when I open it from the three dots (AssistEdit), the "Manual Nos." option is disabled, even though I have enabled it from the No.…
-
Filter lookup list
Hello, friends! I would like to ask for your assistance. To explain the situation I'm in, I'll try to give an example using a page from the Base Application. Let's think about a Sales Order. We have two tables: Sales Header and Sales Lines. I want to ensure that the lookup list, meaning the list that shows up when…
-
How to pass temp table to page lookup?
How can i pass temporary table to a lookup page? I am aware of Page.SetRecord(Rec) but on the doc. said it is not for temp table, and Page.Run(PageID,tempRec), but i need to be able to multi-select and use getselectionfilter... any help will be appreciated
-
Error :- Completely invoice must be yes
Hi All, While receiving transfer order I'm getting the below error. The transfer order is successfully shipped. But on receiving the below error pop up:- "Completely invoiced must be 'yes' in item ledger entries: entry no:****. Current value is no" Also every time I try to post the error show a different item ledger entry…
-
Error upgrading from BC14 to BC24
When following this guide from Microsoft https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/upgrade-unmodified-application-v14-v24 we're getting an error in Task 10, step 1 «Upgrade the data to the platform, system application, and base application. To run the data upgrade, use the…
-
Understanding the Use of Triggers and Record Handling in Navigate Pages for Business Central
Hello! I would like to ask you about the following code for a Navigate page: link. Could you explain the purpose of the OnInit and OnOpenPage triggers and how they are used in Navigate pages? The solution they have used calls ToDoRec.Get() in the OnOpenPage() trigger. But what happens if the table is initially empty? This…
-
Changes to record cannot be saved because some information on the page is not up-to-date
Hello, In the "Item Variants" page we have a customized field "Packsation" - "Packtisch". By validating or changing this field, the new value should also be updated on the "Packstation" field on the "Sales Line" table. The error occurs in the Item Variants page and not in the Sales Order Subform page Therefore, I have this…
-
Change log entries retention policy
Hi, I am wondering if the retention policy for all BC accounts is locked for change log entries. The retention period is locked and set to NEVER DELETE by default. How I set it, to delete my Change log entries.
-
Problem writing a handler for a report with a request-page
Hi! I'm testing MS Dynamics Nav (https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-testing-application). I have a problem writing a handler for a report with a request-page that is run before the report starts to execute. On the request page need to specify a parameter for the…
-
Selecting a specific report layout in code based on table field? [BC24]
Hi all, I have a single report to display technical details of five very similar but different items, and five different layouts in the rendering section. Is there a way I can specify which one to use through code based on a Report Layout field in my record, rather than having to get the end user to select the report…
-
SMTP V1.6 Error (SMTP after POP3) Server
Hi everybody, we use the SMTP 1.6 mailer and everything runs fine when we send internal mails. When we use external mails sometimes the followig error comes up that the rcpt host is not in the allowed list of hosts :? :( . We think this happens with all "SMTP after POP3" servers ?? !! ?? Is there a solution on this ???…
-
MSXML Automation with namespaces
Hi there, i have to read a xml file with multible namespaces. Unfortunatly the xml ports doesn't work in classic client. Has anyone a working example for an import of a xml file via msxml automation?
-
Prepayment Sales Amount reporting - Not possible? - Business Central Online
We are not able to do item reporting from the item ledger entries and value entries for prepayment sales, We have a client that does a 100% prepayment After the prepayment has been posted, and the sales order is then shipped and invoiced, the system does not reverse the pre-payment and post the invoice, rather it posts the…
-
What’s new in Dynamics 365 BC 2024 Wave 2
As the new version of Dynamics 365 Business Central (Dynamics 365 BC 2024 Wave 2) is coming, we are organizing a webinar with Stefano Demiliani, Microsoft MVP for Business Applications, and we encourage you to attend. During the webinar, you will hear detailed information about What’s new in Dynamics 365 BC 2024 Wave 2.…
-
Table 'Tenant Media' is missing
I would like your help with the tableTenant Media' is missing when I create a record variable. thanks TenantMedia: Record “Tenant Media”; is missing
-
Bullzip
Hi Folks, situacion (my client still uses 2009R2 classic) : I have a Report who prints Sales Invoices. To Print them with Bullzip i have this code, that you find in many places on aftergetrecord Bullzip Version 14.5.2974 CODE: ---- IF ISCLEAR(BullZipPDF) THEN CREATE(BullZipPDF); SalesInvoiceHeader.GET("Sales Invoice…