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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleRetrieve item lines from suspended transactions, POS RETAIL
Hello, i'm under Microsoft Dynamics AX for Retail POS and i'm facing an issue.I'm wokring on a form that retrieive the suspended transactions filtred by the customer that i put in the BlankOperations...
View ArticleRE: Display enum literal value on Grid
if field is not visible on form you need to see few points1) is field, having any specific configuration key?2) is field having specific countryRegionId?3) is field being hided anywhere by code?
View ArticleRE: 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 ArticleDisplay 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 Articleclose 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 amountexamplei make transfer order for qty 10 and i make ship with all qty and after...
View ArticleRE: 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 ArticleManage costs rounding
I'm having an issue where managed cost on released product form is being rounded from 4 to 2 decimals when activating a new cost. Steps: released product form >Manage costs tab >Item price...
View Articlehow to get the multiple addrresses of customer in the sales invoice report
currently i am working on the sales invoice report(Morphx).Need to fetch the multiple addresses of the customer in the report based on the 'Purpose.'i trying to write the code in the Fetch method for...
View ArticleRE: Company wise
We are giong with AX for the consolidation ..Can you guide me the setups for to get the balances/transactions from the individual companies in consolidation company ?
View ArticleRE: Company wise
Hello lally, You can find some detailed information on that here: technet.microsoft.com/.../gg231815.aspxAll the best, Ludwig
View ArticleRE: Company wise
Thanks Ludwig for the reply and link ,I already aware of the process what the link talks and done the consolidation also.I am looking for how can i see the company wise balances in the consolidation...
View ArticleCompany wise
Hi All ,Assume that client has 4 companies and decided to the consolidation . After consolidation if the client wants to see the balances / transactions companies wise in the consolidation company what...
View ArticleRE: Default Negative Quantity in Movement Journal
Hello Ruwan, If you want to realize this you need to make a small system modification. AX suggests a default qty of +1 and you probably want to change it to -1, which requries a code modification. All...
View Article