Forum Post: RE: Company wise
Hi lally, Are you doing the consolidation in AX or in Management Reporter? What are you interested in exactly? (seeing the elimination postings or seeing the balances/transactions from the individual...
View ArticleForum Post: Display enum literal value on Grid
I have a grid on a form and one of the fields in the table is an enum. How do I display the enum literal value as read-only in the grid?
View ArticleForum Post: RE: New cost center in the existing company
Thanks Ludwig for your reply. I got your point, currently i am using 13 structures which are same for all the companies and all the 13 are attached to the ledger form. So what i did i create the...
View ArticleForum Post: RE: Missing Properties: Primary and Cluster Indexes
We did find what caused the missing index properties. Still not sure why but we've duplicated this in a separate environment. To help with some performance concerns during our last code promotion we...
View ArticleForum Post: RE: Display enum literal value on Grid
As any another field. Set the datasource field with AllowEdit = No and drag it to the grid.
View ArticleForum Post: RE: Display enum literal value on Grid
I did exactly what you suggested, and it doesn't show up in the grid at runtime. When I drag it into the grid, it creates it as a combobox.
View ArticleForum Post: RE: Display enum literal value on Grid
Yes, enums are lists of values, therefore they're rendered using combobox. Maybe you should explain in better detail what you're trying to achieve.
View ArticleForum Post: RE: New cost center in the existing company
Hello Imran, You can duplicate your "old" structures, modify them and add the newly created ones that have the new financial dimension included. If you have already transactions recorded this should...
View ArticleForum Post: RE: Display enum literal value on Grid
There is another process which runs which will update an errorlog table when issues are encountered. The form that I am building allows the user to address the errors listed in the table, allow them to...
View ArticleForum Post: RE: Display enum literal value on Grid
And what's the problem? If you see any value in setting labels of your enum elements to "0=Error" and "1=Resubmitted", just do it.
View ArticleForum Post: RE: Display enum literal value on Grid
The issue is that when I add the field to the grid, it doesn't display on the form at runtime.
View ArticleBlog Post: AX 2012 | Cash On Delivery
In the previous post we had discussed how to process cash sales. Today we are going to continue the second part of the cash sales where customers must pay when they receipt the goods or services. this...
View ArticleForum Post: RE: Retrieve item lines from suspended transactions, POS RETAIL
Hi Saad, Plz. check out forum it seems discussing a query relevant to yours. ( stackoverflow.com/.../retrieve-item-lines-from-suspended-transactions-microsoft-dynamics-2012-ax-for )
View ArticleForum Post: Financial dimensions - import ledger journal from csv file
Hello, if someone was possible to retrieve your account details and dimensions from string. I have this problem: getting into a csv file transactions where the account is given in the form of...
View ArticleForum Post: RE: Display enum literal value on Grid
if field is not visible on form you need to see few points 1) is field, having any specific configuration key? 2) is field having specific countryRegionId? 3) is field being hided anywhere by code?
View ArticleForum Post: RE: Display enum literal value on Grid
The EnumType in the table was set to an enum that didn't exist. When I changed it to the proper enum, it works. Issue resolved. My apologies for the unnecessary posting.
View ArticleForum Post: close scrap amount in transfer order
i have question if i make transfer order and after i ship the qty and make receive i make one scrap how close this amount example i make transfer order for qty 10 and i make ship with all qty and after...
View ArticleForum Post: RE: Manage costs rounding
The data in SQL tables stored up to 12 decimals (not exactly sure on 12) but on the front end due to the set up on the edt, it displays 2. We did the similar customization by adding new edit with 4...
View ArticleForum Post: RE: Dynamic url for URLMenuItem Ax2012
Object o = AxBaseWebPart.GetWebpart(this).Session.AxaptaAdapter.CallStaticClassMethod( "Class1", "Method1"); For reference please refer to Enterprise Portal Development Cookbook -> Page # 112.
View ArticleForum Post: Arabic Name is not Coming Of Item in Receipt
Hi, Kindly Help me about this issue ...i tried this step but until now problem did not solve Step one --Change the the search name of item with Arabic and Send the N 1040 Step two i set the ar language...
View Article