String Size in AX ..??
I am looking to increase the size of purchline.Name(string of size 1000 EDT-ItemFreeTxt). I tried to change the EDT character to Memo where I ran into DB Sync error on other dependencies(ProjTransView...
View ArticleAIF webservice 401 unauthorized using SOAP w/ NTLM
I've spent days searching for a solution to get a simple HTTP webservice, salesorder.read, working off of a JAVA client with no avail. We're trying to achieve communication first via NTLM as this was...
View ArticleDeveloping on the same VM with TFS
Hi!I have problem with developing on one server by several developers...Each of them logs on server by his own credentials...The problem is because MS Dynamics AX have shared settings... And TFS is...
View ArticleDynamic button control click event
Hi,I am adding button on a form thru code in AX 2009.How can I write Click event for that button? In AX 2012, we have RegisterOverride method that is missing from AX 2009.Thanks,Khan
View ArticleStore Configuration Values on the Server Side
What is the best way to store any configuration values in X++ ? I need to store few URLs and some credentials to access external APIs.Thanks in advance. Regards,Himal
View ArticleTable relation
A good example of what i'm trying to do is the Journal lines/price discount agreement form under sales and marketing module. Under the overview tab, there is account code and account selection. I'm...
View ArticleExporting Data from Dynamics AX 365
Create a project in visual studio and set below propertiesModel: name of the model,Company: company name,Synchronize DB on build: True. Right click on project Add new item. Click on...
View ArticleMultiple developers on the same machine
Hi,I am new to AX7. But have a couple of questions:1. It seems the changes we made in VS are saved to files. If there are multiple developers log onto the same development servers, how to control the...
View ArticleDesign a multiple page SSRS report
Hi,We have a requirement wherein we need to design a report which comprises of 2 pages. The first page displays data from the temporary table, but the second page comprises mainly the static text along...
View ArticleDo PostingLoad PostedLoad table delegates work for you?
Code in AX7:class TestPostLoad { [DataEventHandler(tableStr(VendPackingSlipTrans), DataEventType::PostingLoad)] public static void VendPackingSlipTrans_onPostingLoad(Common _sender, DataEventArgs...
View ArticleRetirement of Certification Exam MB6-704
Need help with info by MB6-704 exam. I found out that this exam will be retired February 1st 2017 and I'll never be able to pass it.It's true?
View ArticleLooping all fields for disable some Fields of Form DS
Dear All,I would try to disable editing to all fields except one Fields "ProjCategoryId" in InventTrans TableDictTable dictTable; DictField dictField; int fldCnt; QueryBuildFieldList qBFL; ; qBFL =...
View ArticleHow to implement Generate methods in Dynamics AX 365 for Data import &...
I am able to implement data entities for data migration in visual studio and it's not generating classes to write Generate methods. How to approach generate methods which resides in DMFClasses?
View ArticleApply new license file on production environment
I have a production environment running Dynamics AX 2012 R3, I want to apply a new license file to add some languages. I have a couple of questions- what is the best way to take a full backup of the...
View ArticleLCS apply a methodology to a project
LCS apply a methodology to a project I’m trying to learn Lifecycle services. I see demos where a methodology is applied to a project; however, I have no ability to select a methodology for my per-sales...
View ArticleNot able to find delegate in lower model
Hi Experts,I have created my own package and model in AX 7 , lets call it "TEST".In application suite for one method in a class I had some customization which I am trying to handle with delegate. I...
View ArticleBuffer issue in custom service call
I am getting error "The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding...
View ArticleService reference in AX7
Hi,In AX 2012, we implement some business logic in .NET DLL and add it as a service reference in AOT. Is it possible to do the same thing in AX 7?Thanks,
View Article