I am trying to read a text file using Dynamics AX. However, the following code replaces any spaces in the lines with commas:
Am trying to fetch company name while am dealing with a cross company task. I used the following code to get the company name which has the current comapny as invoice company.
If I need to review indexes of more than 2000 tables, where do I start given the information from the sp_spaceused command?
How can I make this BP error go away: Unique index error: Unique index introduced. Upgrade script required.
When setting trade agreament price to 12.8888, the unit price used in Sales Line is 12.8900. what should I do to avoid this r开发者_如何学JAVAounding?On the PriceDiscTable form set the NoOfDecimals pr
I want to filter axapta report to display only records with QTY !=0 . The field QTY is ba开发者_运维知识库sed on display method . I could acheive this by overriding send method. The problem now is tha
I want to add LedgerTrans.DocumentNum field to BankAccountStatment report BankAccountStatment report has a datasource \"BankAccou开发者_JS百科ntTable\"
I\'m trying to make custom lookup (in .Net) using 2 joined tables: AxLookup nameLookup = e.LookupControl;
We want to build a report in Microsoft Dynamics AX 2009 to show all employees that worked on a production order.
I have a grid that displays lines from a table. Now, I have these two requirements: Show only the lines that contains values in the \"hour\" fields. The \"hour\" field is an array type.