-
Cannot create a new Business Central cloud Sandbox environment from Production
Hi experts, In Business Central Administration Center, I try to create a new Sandbox environment. I want it to be a copy of Production. When I do so, it is shown in the list of environments (with status "Preparing" if I remember it right). After 5-10 minutes, the environment is gone again. No warnings. No error messages.…
-
How to stop Pop up when creating Assembly Order from Code
Hi All I have created a page action to create an Assembly order from job lines but when I VALIDATE quantity on Assembly order it comes up with the famous RUN MODEL error and pop (when components are not enough ). Tried COMMIT before but didn't work codeunit 10010 MY_AssemblyOrderCreateFromJob { trigger OnRun() begin end;…
-
How to revise the Straight Line % of a Fixed Asset in Dynamics NAV 2016
Hi All, Can anyone suggest how to revise the Fixed Asset depreciation Straight Line % without modifying the existing %? For example: My asset has a straight line % of 5 till 1st June 2021 and it got revised to 4.7 and the user needs both the records. Thanks in advance, Srinivas Maddula.
-
Change company on web client -Navision 2015
Hi, Can anybody tell me how to proceed with Change company in Navision 2015 on the web client? I can't see anywhere the option for this. Thank you
-
Auto Import File from Azure Storage to Cloud BC
Hi All, does anyone ever customize auto import file from Azure Storage to cloud BC? is that possible? Please advise and share. Thanks before
-
Get Payroll Entry From Sage ERP Payroll
Hello Am working know on BC 140 and ama searche to how can upload automaticattly or receive frome Sage Entry Ledger Payroll to post it on Business central and aiuthore choice is how can send (Employee scores) from Business central from a specific Table / Page with total based on heading and range date to table on sage…
-
Option Field Values
Hi Folks - A small help needed here. I have a option field called Contractor type which has option values ,Supplier,Retailer,Warehouse,In house. When I add this field to a page I just want to show the option values of ,Supplier,Warehouse but not retailer. I tried removing the option values on the page and just put…
-
Changes to customer card
Hi all, I have changed some field names in the dev environment on a customer card, when I now run this I can see the changes that have made, but no other users can see these!!!!!!! Am I missing something
-
Why OnAfterValidate does not work on certain table fields
Hi Guys I have created a custom field on purchase line table - say U_TaxAmout . Now I want to calculate and update this field when Amount field is validated. However if I modify "Amount" field and use OnAfterValidate trigger, my user field does not get populated. But if I trigger on "Direct Unit Cost" or Quantity it works.…
-
run a report with multiple outputs
Hi, I need to write a report that will give me multiple reports form it. Could anyone point me to one thas has already been made if such or an idea how to do it. Obvs googled but coudlnt find anyhitng...
-
Business Central 14 On Prem Download Symbols
Hello experts, Client is using BC14 Platform CU 16 Application CU11 On premise version. We have two Services on two different servers. One server has Window Authentication and other server has AAD authentication. Now I want to download symbols for TEST Database in Visual studio code. We have setup new service on new server…
-
Send email using Email Accounts instead of SMTP ?
Hi All, any idea how to send email using personal email account? instead of email setup in SMTP Setup. by the way i am using Cloud BC Thanks.
-
Translate index plan advice into proper Dynamics NAV key
Hi there, I've been suggested by some monitoring tool on SQL Server to add a new key to one of my Dynamics NAV-tables. The suggestion is as followes: Missing index (impact 18.3375): CREATE NONCLUSTERED INDEX [<Name of Missing Index,sysname,>] ON [TESTDATABASE].[dbo].[Schedule] ([Employee Role],[Duty Option]) INCLUDE…
-
AES Encryption
Hi I need to encrypt some data using AES. Does anyone have any examples or suggestions on how to do this? Preferably without using dotnet if possible but if not okay... Thanks in advance! Chris
-
[BC17] How to replace code in standard CodeUnit
Hello, The CodeUnit 1535 "Approvals Mgmt." has the function 'SendApprovalRequestFromApprovalEntry' that I want to replace by my new function in my new CodeUnit. I know that we cannot modify standard objects, so I created a new CodeUnit but I need to prevent the execution of the standard function. Thanks in advance.
-
show red / green color in cue
Hi all, I have created customized cue but here ,i dont have green and red color like standard BC. any idea how / where to add this ?
-
D365 BC Server Instance Installation issue
Hi all, Recently I have faced an issue related to Server Instance Installation. During the execution of the script below, I receive the error: Object reference not set to an instance of an object. Machine restart and Business Central reinstallation did not help me. Can anyone recommend me possible solution for this issue?…
-
Query bug in Business Central?
Good morning, I encounter some weird behaviour in Business Central (140,cu2,on prem,C/AL). When I create a new simple query with 1 dataitem (Record Link) and 1 column (URL1), I get the following error when I try to save/compile: I know the length of URL1 in Record Link table has been stretched to 2048. According to the…
-
Implement Bank devices into BC
Hy all. I need to implement these devices (I do not know the name of these devices in English, in Spanish they are called Datafono) that bank lend to business for the customer been able to pay inserting their credit cards, into BC. Has anybody acomplish this task? Any clue? I have no idea how to approach this. I would…
-
Call Function in Codeunit with Webservice
Hello I want to HTTP Post from one NAV DB to another with Webservice. I created the webservice entry in the one and the function on the HTTP Client. When I start this function I receive status code 500 Error. My URI is like: http://server:port/instance/WS/companyname/Codeunit/webservicename:codeunitfunctionname When I try…
-
Web Service API Business Central OnPrem
Within an On Prem BC18 Installation I' have exposed a new api page to my web service and I'm attempting to connect via web service. What settings and url would I need to connect to the following: page 50120 MyCustomerApi { PageType = API; Caption = 'My Customer API'; APIPublisher = 'contoso'; APIGroup = 'app1'; APIVersion…
-
Is it possible to create PinPad in Business Central?
Hello, I'm trying to add PinPad with JavaScript in Business Central but without luck. I followed the steps like in SignaturePad but failed :/ Trying to add something like this.
-
Using RSA with AL (SaaS)
Hey, Is there any possibility to use RSA encryption for extension development? All I have found is RSACryptoServiceProvider Codeunit, but it only has few functions for Signing Data implemented.
-
Locking certain records from being modified
Hello, I've got a small problem, I need to lock certain Transfer Orders documents from being able to be modified by anyone. I've added a "Locked" boolean field in 'Transfer Header' table that I want to use to achieve that. I've added some code in the OnModify trigger from the Sales Header table that checks if the Locked…
-
Uploading attachments in Bulk - Limitation
Brief; I am uploading files in bulk to our custom table's headers and I am getting the following error; Specs; Business Central (SaaS) Version: W1 18.4 (Platform 18.0.28593.30086 + Application 18.4.28601.29160) Details; I have created Header, Lines, and a table to store attachments. a)Manufacturing Job Header…
-
Procedure in SOAP webservice not present BC17
For an assignment, I'm trying to make a new SOAP webservice of a pageextension that shows a method of a codeunit in Business Central version 17. For this, I made a different SOAP webservice for the codeunit where the method is. According to the textbook, there should now be a line in the XML response of the webservice of…
-
cant delete company in BC 14 (upgraded from NAV 2015)
Hi All, I have upgraded Nav 2015 to BC 14 all feature is ok, user can open to this BC 14 but I cant delete company in BC 14 after around 30-45 seconds click delete company, then it will immediately closed. I tested using powershell also failed. any idea what happen? Thanks
-
Upgrade NAV to BC cloud
I have done some upgrades from different versions of NAV to Cloud BC (if going from 1 pre-RTC NAV version to another pre-RTC NAV version was difficult, upgrading from NAV to BC cloud is HELL! At least once in the BC cloud, upgrading has been smooth sailing). The last step is using the Microsoft Integration Runtime…
-
How to integrate PGP or WS_FTP in Nav 2013 R2 ?
Hi, I am exploring to encrypt and decrypt file in Nav 2013 R3 version by calling PGP or WS_FTP, does anyone manage to use either one this 2 program in NAV and it's work?
-
RDLC report - image in body of report does not increase with text
Hi, I need to insert an image that is added as background on the report, but the image is stretched to fill entire page. How should I insert an image that starts from footer and ends at the middle part of report? I tried to use rectangle and it does not work as expected. I placed rectangle1 and inside that rectangle I set…