Forum Post: RE: Selling price by item group with Trade Agreement functionality
Hi, Maybe it is not possible to set price on all articles, but you can set a discount for a whole group. Go to Sales & Marketing-> Setup -> Price/discount -> Activate price/discount ->...
View ArticleForum Post: RE: Inbound AIF: Logon Failure
I got the same issue, except when calling a custom service on Basic inbound net.tcp port from outside the local domain. It used to work great cross-domain for several months until about a few weeks...
View ArticleForum Post: RE: Newbie question on writing and testing SQL statements
If you want to test your code independently, yes, X++ JOB is the best place to do the unit testing. when you would implement SQL statements in your real production business environment make sure, It...
View ArticleForum Post: RE: Newbie question on writing and testing SQL statements
I have done this already, but I'm looking for a way to view the records that are returned from the SQL call. When I work with a SSMS I can enter SQL text and visually see the recordset in list format....
View ArticleForum Post: RE: Newbie question on writing and testing SQL statements
Until you are not loop through, you could not get to see the record-sets at a time. if you want, please loop through it and display through info() function.
View ArticleForum Post: Approved by field not showing in reports
Hello, I have run into many reports (ex: GL journal > Print > Print Journal) where Approved by not showing neither using simple approval nor workflow approval. I did add the user as a worker and...
View ArticleForum Post: RE: Subledger Journals missing in Ax 2012
Thanks for the link , But the link which describes the subjournal entries . after posting the product receipt . My query is completely different .
View ArticleForum Post: Invoice Proposal- Billing Rules- Hour
Hello Kindly I need help with this case Hours Transaction Not Appear in Invoice Proposal (also Invoice Proposal from Billing Rule) When use Billing Rules for T&M project (AX 2012 R3) Here the...
View ArticleForum Post: RE: Import Allocation terms
May I know the navigation path for ledger allocation for concrete answer.
View ArticleForum Post: RE: Import Allocation terms
Thanks for the suppport, General Ledger > Main accounts > Select the any company to that account > then you can see the allocation terms .
View ArticleForum Post: User Specific Module
In Axapta we have modules like Accounts payable Accounts receivable General ledger Budgeting Cost accounting Fixed assets Cash and bank management Procurement and sourcing How can we enable the...
View ArticleForum Post: RE: User Specific Module
Please create the security objects as per your user role. I mean, first decide the user role and attached the module specific objects in same role. It should work.
View ArticleForum Post: RE: Import Allocation terms
your target table is LedgerAllocation but you have to create 6 FK (foreign key) relation in entity class. Hope you are now clear.
View ArticleForum Post: How to replicate a AX2009 report in .Net?
I'm building a .Net web application and would like to integrate an AX report. In order to get as close as possible to the original design I am looking for a way to download or export the report's...
View ArticleForum Post: RE: Invoice Proposal- Billing Rules- Hour
When you set the billing rule, did you include the project category used for the HOUR transactions? Only categories that are selected will show up on invoice proposal.
View ArticleForum Post: RE: How to replicate a AX2009 report in .Net?
Hi Martin, In my view, there is no such utility to export report design template from AX2009 and use it in VS. Intresting to know what are you trying to acheive and why. You should try to use SSRS.
View ArticleForum Post: RE: Category hierarchies
Hi Naresh, Can you elaborate if you are looking for something specfic.
View Article