RE: AX7 how to hide fields to all users
you can also use PostHandlerFor  init() method
View ArticleAX7 how to hide fields to all users
Hi,We would like to hide fields from forms to all users on AX7, is there a way to manage this ?Many thanks, Coralie
View ArticleUpdate the contact information in worker master Dynamics ax 2012
Hi,i tried below code its create new contact information, its not update the exists contact informationwhat the mistake in below code ??DirPartyContactInfoView dirPartyContactInfoViewDirPartyTable...
View ArticleRE: What is Organization Number used for?
Hi Johann,The field is a general field. You can use it for your purpose. I haven't seen this field being used that often. Sometimes they use it to record the Chamber of Commerce number.
View ArticleWhat is Organization Number used for?
Good day,In setting up a customer, in the General tab, under Organization details, there is a field for the Organization Number. Â What is / can this be used for?Where else is this field being referred...
View ArticleRE: Regarding Manual Invoice
Hi AX 2012 r3,I have not heard about "manual" invoice in AX. Â That's why i'm asking you to give us more details. salesparmTable contains "pending" invoice information, AX use it as a subsidiary table...
View ArticleRegarding Manual Invoice
Good Morning,I am trying to add one parameter in Customer account statement report ..called as invoice(enum elements are Manual and System)For system invoice i am taking CustTrans_Invoice and For...
View ArticleRE: How to override form methods in dynamics Ax 7?
Hi Smit Patel, If it's a new form you can override "validate" method of form data source fields or on table level and do you validation there. If it's  a custom form you can follow same steps as you...
View ArticleRE: How do I make a form re sizable by dragging the bottom right corner?
Hi AXatak ,Please try to  set Design property  "WindowResize" to "Dynamics".
View ArticleRE: SSRS Report PurchPurchaseOrder Error
Hi Murtafiah Via,Did you do any changes to report ? If yes did you try to do full CIL ?
View ArticleRE: AX7 in AZURE - what Internet bandwidth on customer/client side is...
Hi Denisthank you for your reply. I will check bandwith in a staging environment next and will update results in this thread.Looking to expressroute Option, this might be a possible way to intoduce QoS...
View ArticleRE: Voucher Submit option not showing on randomly users
thanks alli have resolved subject mentioned issueuser have not assigned relevant security right
View ArticleRE: SSRS Report PurchPurchaseOrder Error
If you did any changes on the report, refer into this link blogs.msdn.microsoft.com/.../parameter-is-missing-a-value-error-running-a-customized-report-in-microsoft-dynamics-ax-2012If no changes, try to...
View ArticleSSRS Report PurchPurchaseOrder Error
Morning All..i have an error "The 'IsPurchConfirmationRequestJournal' parameter is missing a value"while print/preview orininal PurchPurchaseOrder Report.Can you help me??Thanks before.
View ArticleRE: How to select the records after filter by selection?
Hi Rusty,You can use formDataSource.getFirst(), getNExt() to loop through recordsPlease check this blog post community.dynamics.com/.../loop-through-record-from-data-source-ax-2012 to find code snippet...
View ArticleRE: How to get Filtered records values on Grid
Hi Nishath Salman,Please check this blog post to find how to loop through records on form data source community.dynamics.com/.../looping-through-a-forms-datasource
View ArticleRE: How do I make a form re sizable by dragging the bottom right corner?
Thanks ievgen, that worked but closing and re-opening the form the window size is lost. Is it possible to set it?
View ArticleRE: Not able to add and rename the new field in microsoft dynamics ax table...
Hi Prasad, Have you find the solution? I am facing the same issue.
View ArticleRE: Customer Form issue.
ya...it is working exactly as u said. and my issue is solved by commenting one execute query method, which is overriding the existing method. thank u so much:)
View ArticleRE: How do I make a form re sizable by dragging the bottom right corner?
Hi AXatak,For this you can set the property SaveSize to Yes on the form design.
View Article