-
Write only to an external database in BC 15 OnPrem
I'm trying to write (insert) to two external tables from an on premise installation. We're essentially updating shipment label information for an external process to pick up the label data. I have no need to read or modify existing records in the table, although I will need to be able to delete based on a date/time filter.…
-
Trace the call to a webservice
(slightly off topic) Hello I'm trying to trace the call to a webservice, using ms soap toolkit. This toolkit ships with "mssoapt3.exe". Does anybody have experience with this tool? Unfortunately I don't even make it to trace a call to a webservice from a browser ](*,) Additional question: Anybody knows how to save a soap…
-
Dimension not appearing after running Calculate Depreciation for FA
Hi Friends, [Version NAV 2018]. After running Calculate Depreciation for Fixed Assets, in FA G/L Journal in the Dimensions Code column the value is not picking up from Fixed Asset's dimension and it is blank for all Fixed Assets. I might be missing something somewhere. Can anyone let me know what am I supposed to do?
-
Update a field when a value in another field is validated
Hello, Why the following code is not updating the value of "No. Contrat" when a new value of "Code Client" is seleted (this code is in a Card page) field("Code Client"; "Code Client") { CaptionML = FRB = 'Code client'; trigger OnValidate(); var locContrat : Record Contrat; locContratDetail : Record "Contrat Detail"; begin…
-
NAV partner is blocking us
Hi everybody, we are not satisfied with our NAV partner and want to switch to another one. We have filled out the according form and the new partner has sent it to MS. After a while MS informed our new partner that our current partner has denied the switch and we should discuss the issue with them. They insist on us paying…
-
Can I modify the Standard report in BC 16?
Hi guys, May I ask how I can modify or add a new field in the BC 16's standard report? Thank you.
-
Updating other fields when a related field is updated in NAV Table designer
Hello, I have a table called Student with CustomerNo and CustomerName as fields from Customer Table. I want that when I update CustomerNo it causes CustomerName to get updated to match the name of the customer with the new CustomerNo. Thank you.
-
[Business Central] Showing Notifications on Sales Oder Processor Role center Page
Hi Community, I have a problem regarding notifications on my Business central 16 On Premises version. I am showing a notification on 'Order processor role center' page using 'OnRoleCenterOpen' EventSubscriber but what happens is when I refresh the role center page it refreshes twice and notifications appears twice but When…
-
Automatic cost adjustment - Never
Dear Friends, As we all know we can set Automatic cost adjustment to "Never" on inventory setup in order to speed up the process and same we have to run the report - Adjust Cost – Item Entries for pass required cost entries in side in the NAV. My question is, If we are configured above as "Always", Are we need to again…
-
how to move items in advance warehouse in navision
Hallo all, How to move items in advance warehouse in navision ? Using Movement Worksheets or there is another solution. Any advance Thanks
-
Cannot create an instance of the following .NET Framework object:assembly TransAutomClient
Hello, I am newbie here. During my testing for a scheduler job, testing connection, i have encountered this error. Please help me.
-
Hyper-V
Hi All, Does anybody know if there's any issues with NAV running in a Hyper-V environment? Host Windows Server 2008 with Hyper-V Guest Windows Server 2003 NAV5.0 or 5.0SP1 If anyone could point me to some documentation as I've been unsuccessul in finding anything that specifically relates to Hyper-V & NAV. Thanks.
-
Mass updating sales lines
Hi All Written a few small extensions and need to write one that updates all sales lines with no shipments. We frequently have to swap out items for replacements (but need to keep the old ones as we may sell later) So I need to create a codeunit to swap the item on sales lines. I've got it working except for when the sales…
-
Sorting on flowfields (in NAV 2017)
Typically, we can sort on any field by clicking on the column header, even flowfields. E.g. sorting on Net Change in T18 Customer works fine, as well as on Inventory in T27 Item. However, if I try sort on Net Change in T15 G/L Account I get error: "Sorting cannot be done based on the Net Change field(s) in the G/L Account…
-
how to clear listpart data?
When I'm creat a new card page it gets previous card page data. How I can remove this problem?
-
Authenticating against Web Services on Docker
Hi, We're building local Docker Development Environments for NAV2016 development (Using standard NavContainerHelper functions). I'm trying to call a NAV web service using a couple of different web service testing tools (Postman and SOAPUI). In either case, I'm getting an authentication error: HTTP/1.1 401 Unauthorized…
-
Business Central 17 - D365 2020 release wave 2 preview
Hi All, I'm upgrading a vertical solution to business central AL from BC 14 C/AL. Does anyone know of a preview version of BC 17, maybe on docker that I could get my hands on please? Or do I need to use BC 16 for now? Regards and Thanks Roddy
-
Date Formula
Hi, I have a hard time figuring out what my date formula should look like on my items. Our suppliers deliver 2 times a week (tuesday and friday) so what I would like to achieve is that the customers would get the fastest delivery date. E.g. if a customer orders on a wednesday and our suppliers have 3 weeks delivery the…
-
Read image file by webservice in AL
Hi All, I hope somebody can help. Im trying to read an image returned from a webservice, however, I´m not sure much about it. This is what I´ve used for reading xml response which is fine, since is a text that I then parse, but as image, I´ve never done before. Any ideas? thanks a lot. RequestHeaders :=…
-
[SOLVED] Passing Data to JavaScript Addin
Hi Guys, We are starting with the Adding development and I was wondering what is the preferred way of passing a lot of data to JavaScript addin. Sure, passing single variables is simple, but what about something like an array? How about a record? Any help is appreciated. Thanks
-
Two Sales Order Workflows required
Hi, I have an issue with the workflows that have me confused and I cannot seem to find any solution for this issue. The scenario is as follows; We have 1 workflow that is setup under sales, MS-SOAPW where we have set certain criteria for this workflow. It is a custom field on our Sales Order for Gross Profit percent, and…
-
Can't "Print WHT Certificate" on page "Payment Journals"
I've tested and debug from different version, The result is still the same error, What should I do?
-
RDLC problem
Hello, I am creating a report in Business Central, using Microsoft SQL Server Report Builder. The report has a tablix where it iterates lines. The lines have a field called "Line category". There is a repeater and for every line I want to control if the line gets displayed or not. I therefore select a row and select the…
-
Can we use HorzGlue on a SubForm inside a TabControl in NAV 2009 R2
I have a Form1 with as Tabcontrol. Inside this TabControl, I have a SubForm which shows Form 2. Inside this Form2, I have a TableBox. Form1 : TabControl : HorzGlue = True SubForm : HorzGlue = True Form2 : TableBox : HorzGlue = True (same size that the Form2 -> Fullscreen if run directly) Why is HorzGlue on TableBox -…
-
Change Navigation Menu background color.
Hi Everyone, My requirement is to change navigation menu background color. could you please guide me, how can i change this blue color to other color. eg. from blue to green or red etc. thanks, Mani
-
Gap between header and detail
I have a gap between the header and the detail that I whant to delete, but i don't know how. Can anybody please hell me?
-
Boolean checkbox in factbox
Hey everyone, Is it possible to display a Boolean field as a checkbox in a factbox? It is not necessary to make the field editable. I just want to display the normal "Yes" and "No" as a checkbox.
-
Write and read Active Directory
Hi, I need to create or read users on active directory, anyone with experience with this? thanks in advance NS
-
Pass the value between pages
For example I have "Page A" and "Page B" And I have to pass the value from "Page A" to the "Page B" For this case I was created the function that takes as a parameter value(the value that I have to pass) on "Page B" In the body of this function executes next: parameter := globalVar (where globalVar - global variable of…
-
Join the webinar: How to effectively use Power Platform with Dynamics 365 Business Central
We are happy to announce that our Fall Webinar Series will start soon❗️ Do not miss the first webinar on How to effectively use Power Platform with Dynamics 365 Business Central by Aleksandar Totovic - an experienced professional in this field. Mark September 23th on the calendar, and save your spot here👉…