Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Browsing all 175888 articles
Browse latest View live
↧

RE: How can I Learn X ++ Language ?

Refer to this recent topic:community.dynamics.com/.../674456You need to be affiliated with a Microsoft Dynamics Partner, Customer, or be an Academic alliance institution member to have access to AX.

View Article


How can I Learn X ++ Language ?

Hi All ,I am completely new for programming . My educational background was Mechanical Engineering . So i want to learn x++ Programming Language and i want to became Microsoft Dynamics Ax Technical...

View Article


RE: X++ Count Distinct CustAccount

I don't understand. Do you mean to use it like this?while Select count(InvoiceAccount) from CustInvoiceJourĀ  Ā  join DriverShipTableDet where driverShipTableDet.InvoiceNo == this.InvoiceIdĀ  Ā  Ā join...

View Article

RE: Status of "Cost category price" & "Indirect cost" in the Costing version...

Thank you, Ludwig.I will do check on costing version "12/2015".

View Article

RE: X++ Count Distinct CustAccount

Doing a while select and then interrupting execution with a return keyword straight away when the first record is fetched does not make sense. Also returning the current object's CustAccount field...

View Article


RE: Loyalty schemes - delete retail channel from a loyalty scheme

hello,can you check that is system will allow to redeem and earn points from all the store other then attached store on loyalty scheme.Ā 

View Article

Loyalty schemes - delete retail channel from a loyalty scheme

Dear all,Our customer works on AX 2012 R3.They use loyalty cards and loyalty schemes. For one of the loyalty schemes in the Loyalty scheme form, Retail channels tab, it is set to be valid for the whole...

View Article

RE: Detail Master form opening in list page

Sure Martin Thanks

View Article


Image may be NSFW.
Clik here to view.

Detail Master form opening in list page

Hi All,we have created a form and pattern we have selected Detail Master .the issue which we are facing is when we are opening that form then one link is coming first and link name is the lable of menu...

View Article


RE: X++ Count Distinct CustAccount

declare a variable and assign it the value in your while loop and return it outside the while loop. int count; while Select count(InvoiceAccount) from CustInvoiceJour join DriverShipTableDet where...

View Article

RE: Runnable Class vs Normal Class in AX 7/ D365 for operations

Hi Runnable classes are the one which contain main method by deafult , in other word we can say it Job.

View Article

RE: Runnable Class vs Normal Class in AX 7/ D365 for operations

Hi karthikng,There is no difference between runable and normal class, when you create runnable VS creates empty main method for you, that's all.

View Article

Runnable Class vs Normal Class in AX 7/ D365 for operations

Can someone please explain what is the difference between Runnable class and Normal class in AX 7 / D365.As far as i know, Runnable classes are replacement for Jobs (in AX 2012), but it behaves in the...

View Article


RE: Vendor invoice journal line import is very slow when "Run business logic...

Hi Harvey,Whenyou go to the (Data management) Framework parameters, there is a tab with Entity settings. When you then click on the buttonĀ Configure entity execution parameters, you can setup a task...

View Article

RE: ActivityTimeType(smmActivities)

Hi Rusty,This field is used for integration with your Outlook calendar. When creating an item, it will mark it as Free, Busy, Out of office. Can you tell more about the setup you have done related to...

View Article


ActivityTimeType(smmActivities)

Hi all,What is activityTimeType field in smmactivities table?I cannot select the activity number in my purchase requisition. It gives me an error "Activity number XXXX is not found in the activities...

View Article

Stopped option for Purchase Requisiions

Hi All,Can anybody help me on below query?I have to add "Stopped" option for Purchase Requisitions (PR) also like purchase order, sales order in Product Information Management->Released...

View Article


AOS is getting crashed while clinging on import button

Dear All,I was trying to import a XPO. But while clicking on the import button from the Project window or from the AOT window, the AOS is getting terminated automatically. And there is no event log for...

View Article

RE: AOS is getting crashed while clinging on import button

What are all objects you are importing? Does that XPO contains view?

View Article

RE: How to passing the the form control value from child form to parent form

Getting an error with this, tried what you said...Unable to cast object of type 'Dynamics.AX.Application.SalesCalcAvailableDlvDates_SalesLine' to type 'Dynamics.AX.Application.FormRun'.this FormRun...

View Article
Browsing all 175888 articles
Browse latest View live