Determine command of Command button
How can I determine the command executed by a command button in D365FO since there is no command property similar to that in AX 2012 ?
View ArticleRE: How do I hide/restrict a right-click option to delete a security role?
Hi AXatak,I can't do the work for you, but can give you hints only. The forum is not a place for outsourcing work ;). If you are not familiar with development, you have to find a developer which would...
View ArticleRE: AXDSalesOrder doesn't exist in namespace
Great, so now you see why your code doesn't compile - because the class doesn't indeed exist.
View ArticleRE: Infolog error: No cost rollup is found for this item. Activate the item...
Hi Adrian,On the same form you would be able to setup a price of type 'cost'. Do this on the pending prices tab; then activate the price.
View ArticleRE: How to access D365 for operation database externally
You have guessed it right, now you would use implementation techniques which are true integrations and respect security much better even from the cloud, than exposing a business-critical database...
View ArticleRE: Personalize Settings in GL
Hi Srikanth,This is not about personalization, but legal entity settings. if the country of your legal entity is India, the fields will be visible.
View ArticleRE: AX 7 Visual Studio Extension, add method to selected class
Hi. How to install Microsoft.Dynamics.AX.Metadata.dll ? Because I can't find Microsoft.Dynamics.AX.Metadata in my Reference Manager.Thanks
View Articleis there anything close to the Purchase Order Blanket in AX?
Dear we have Blanket POs that we need to define in Dynamics AX , is there anything that we have to set on the purchase order to define it as a blanket , or is it just like any other PO that is received...
View ArticleHow to handle open PO when doing an inventory closing, can they be moved to...
Hellowe need to do monthly inventory closing but AX doesn't allow if there are open POs in that current period ,is there a routine that needs to be run to handle open Purchase Orders ?maybe move them...
View Articleexpense sales returned items instead of returning them to stock
Dear we have returns from customers that we want to track by item , but in these returns we don't wish to positively adjust our inventory , rather , the returned goods will be destroyed.we want to use...
View ArticleRE: Where did the Sales Order Confirmation,Picking,Packing,Invoice is done?
Hi Swetha,Check if you have the user option "Run business operation in CIL" enabled or not. When enabled, it will use CIL code, not X++.Have also a look at my blog:...
View ArticleWhere did the Sales Order Confirmation,Picking,Packing,Invoice is done?
Dear All, Does anyone help me to know in which classes did sales order confirmation,picking,packing is done,i have debugged whole Salesformletter class but i did not find the exact path through...
View ArticleRE: Personalize Settings in GL
By grid you probably have meant Field.If specific fields are on a form, but they are not visible, then either the form control, or the table field for a bound control must have a License configuration...
View ArticlePersonalize Settings in GL
Hello Every One,Greeting for the day!!!Can anyone explain me the personalize settings to add some fields in Withholding tax codes in Gl.Actually on my AX Screen in withholding tax codes there is only 3...
View ArticleRE: Infolog error: No cost rollup is found for this item. Activate the item...
alrightt, it worked, thx man
View ArticleInfolog error: No cost rollup is found for this item. Activate the item cost...
so Im trying to do receive entry (posting receipt) on a PO, but AX doesnt allow it and shows me this error message: I've looked up somewhere before that u have to set the item cost price like this:but...
View ArticleRE: Labels from new label files not shown in labels/forms
Hi Gautam,Can you provide an example and tell how you used the label(s)? Did you actually build and synchronize the database?
View ArticleLabels from new label files not shown in labels/forms
We have created a new label file in en-IN(language) in D365, the issue is that whenever we are using the label in forms/tables , its caption is not getting printed , the label is getting printed as it...
View ArticleRE: AXDSalesOrder doesn't exist in namespace
This is same what i am asking why this class doesn't exist? even i servcie reference is added correctly and code is taken from above MSDN link .. is it possible error in code??please suggest solution.
View ArticleAXDSalesOrder doesn't exist in namespace
Hi,I am exchanging the document by using HTTP adapter by following LINK . I have added my service in visual studio and wrote the same code mentioned in above link but its giving me below error:Please...
View Article