Extendind third party model
Hi, I have a third-party model; this model only has the folders bin, descriptor, reports, and XppMetadata. In the development environment, I copy these files and build the models without a problem. But...
View Articlehow to add multiples enum values to filter in QBDS range.
Hi Team, Kindly let me know how to add multiples type from retailTransactionTable in qbds range.The typw will be Income expense, float entry, Remove tenderQuery query = new Query(); QueryRun queryRun;...
View Articlelicense issue in ax 2012
Hi everyone, today we are facing a licensing situation which we never faced before. first AX throws below error.then after restarting service, AX is running fine but Dates in GL and also while creating...
View ArticleHow to get Customers Name in Views as field with CustTable as DataSource.
Hello Everyone,I have created a view with CustTable as a data source and I need Customer Name as Field in my View. Can anyone give me the X++ code of method for this.Thanks In advance.Regards,Prem Sai.
View ArticleHow to add custom help documentation to new form
Good day All,I've created a new form in D365FO and would like to add help to it fir the users. Any one that have experience with this?Regards,
View ArticleCreate a SysODataActionAttributer in data entity and then accessing the data...
Hello Team,I have a requirement where i need to create a SysODataActionAttribute in a data entity inventtransferorderheaderentity and use that SysODataActionAttribute to cancel the transfer order...
View ArticleRenamed branches in Azure Dev Ops webpage, and now change set history is not...
Hello all,In the project I have inherited, there was a lot of old branches from previous versions of AX and I wanted to clean it up. I found the rename action in Azure Dev Ops on the branch name. I...
View Articlelicense issue in ax 2012
Hi everyone, today we are facing a licensing situation which we never faced before. first AX throws below error.then after restarting service, AX is running fine but Dates in GL and also while creating...
View ArticleHow to get Customers Name in Views as field with CustTable as DataSource.
Hello Everyone,I have created a view with CustTable as a data source and I need Customer Name as Field in my View. Can anyone give me the X++ code of method for this.Thanks In advance.Regards,Prem Sai.
View ArticleHow to add custom help documentation to new form
Good day All,I've created a new form in D365FO and would like to add help to it fir the users. Any one that have experience with this?Regards,
View ArticleSetting default(constant) time in date time control
Hi All,I need to set default time 4 AM in employee state date field in new employee form (HcmWorkerNewWorker - Form)I have writtten code like this,but its not working,How to set default time at...
View Article"The request was aborted: Could not create SSL/TLS secure channel."...
Hi,I am facing an error "The request was aborted: Could not create SSL/TLS secure channel." on calling an API to send data to a 3rd party application.I found similar queries on community but those...
View ArticleDisable Particular Financial Dimension (Department) which contains a...
Hi Everyone,Greetings of the day.I am performing the following task in Dynamics 365 F&OCase: I am getting the financial dimension (Department only) from worker position to PurchReqLine level on...
View ArticleGetting the parent node failed
Hello,I developed new form with my 2 datasources that are also datasources on the form from which my new form is called.So, main form has menu item that calls new form with the same datasources.One...
View ArticleHow to change a field in SysRecordInfo?
Hello,I have a custom table with primary key e.g: CarID. I would like it to be possible to rename the CarID in the SysRecordInfo dialog. Currently the RecId can be renamed.Can anyone suggest how to do...
View ArticleCombine 2 query result into 1 lookup
Hi all,I have a task to create a lookup using data from 2 different tables with 2 different ranges,For example,Table A: filter with range A1. Result R1 R2 R3Table B: filter with range B1. Result R1 R4...
View ArticleProblem signing XML that would later be use in a D365FO project
Hi,I'm building code in C# that later I will integrate it in a D365FO project. This code needs to sign an XMLDocument with a valid certificate I have and then later I have to send it to a web service....
View ArticleDispose Map Class
I need to use the map class in a loop where I need to create a new instance per iteration. But I want to make sure that I dispose of the last instance.MyMap = new Map(Types::Int64,...
View ArticleRenamed branches in Azure Dev Ops webpage, and now change set history is not...
Hello all,In the project I have inherited, there was a lot of old branches from previous versions of AX and I wanted to clean it up. I found the rename action in Azure Dev Ops on the branch name. I...
View ArticleHow to throw error on click of button even if single SalesQuotationLine has...
Hi,I am working on a task where I need to throw an error even if a single SalesQuotationLine has a value for Config Id field.So, for this I have write code on Onclicked event of confirm Button &...
View Article