AX 2009 Printing Reports - one to file and one to screen
I have two reports. ProForma PackingSlip & ProForma Invoice. Both have had code added to Save a copy of the report to a file location while at the same time displaying the report to the screen....
View ArticleRE: AX 2012 Query with fields and aggregate function
Hi,Is it a custom/standard report you are referring to? When you specify grouping/aggregation it applies to the whole query.Also, you can add the grouping to your report query in the processReport...
View ArticleRE: Dynamics AX 2012 Sample Data require
If you are a partner/Customer , you can download Contoso Demo data from partnersource/CustmerSource.
View ArticleRE: Table inheritance process
Refer this link for your answerssukrut-axapta.blogspot.com/.../ax-2012-table-inheritance.html
View ArticleTable inheritance process
Table: TableAFirst set property Table Inheritance = YESThen create a Int64 type field : InstanceRelationType setThen set property InstanceRelationType = InstanceRelationTypeThen added new fields :...
View ArticleRE: Product Master Scrap at Work Order
Hi Alejandro,You can setup scrap % on your AS001 BOM for item SA002 in Product information management - Released products - from top action pane select Engineer tab - Bom - lines - under the setup...
View ArticleSet default project controller
Hi,when creating a new project, I want to set default project controller in AX 2012 for specific entities.Can someone help, how this can be achieved?Thanks for your help in advance.
View ArticleRE: Query with fields and aggregate function
Its a basic custom report, it's actually my first attempt at writing one from scratch. I tried a work around of adding SalesLine_2 as a second data source and adding createdDateTime there and it seems...
View ArticleEnterprise portal error
Hi,In our company we use AX 2012 portal for timesheets, I am working on below query from one of the user. Can anyone help?"When using AX and copying from an old timesheet, the options to select from...
View ArticleRE: Different Name in Model Store Error While Upgrading to AX 2012 R3 CU12
Hi,As per recommended guidelines listed in in-place upgrade we need to perform upgradation on a clone test environment.Steps are to take required backups from AX 2012 RTM, install CU12 on test...
View ArticleRE: Query with fields and aggregate function
Hi,DP class is required only if we have some business logic to get processed before rendering data to the screen or else ssrs report can be developed only based on query. Could you provide some more...
View ArticleRE: Unable to move file using System.IO.File
Hi,Your code looks fine to me, if System.IO.File is not working(for some reason) you can try with copyFile method of either Class WinAPI (or) WinAPIServer.
View ArticleUnable to move file using System.IO.File
Am trying to move file from one folder to another using System.IO.File. Unfortunately, it does not work, but when I make use of the copy method, the file replicates itself on the specified directory....
View ArticleRE: Query with fields and aggregate function
I need to return sales values by 'Employee responsible' split out by year and month (based on SalesTable, DateCreated). I will probably add year as a parameter (but not critical just now).CustTable -...
View ArticleDynamics AX 2012 R3 Customer reimbursements
HiI have a scenario where I want to move the transactions from my customers balance to the linked vendor balance in AP. I think the standard reimbursement feature will support this, but I see there is...
View ArticleRE: Query with fields and aggregate function
Hi,As per your business requirement, your query should like belowSteps followed:1. Add CustTable as datasource and set dynamic property on fields to No. On the groupby Node, create groupby on...
View ArticleRE: How "Cardinality" relation is work in table
Can you please any one help me on this.Thanks!Arpan
View ArticleRE: Role/Privilege to restrict access to create General Journals in General...
I was hoping the user could see the journals, so read access, but not able to create new ones. Additionally, what does "Inquire" specifically mean?
View ArticleRE: How "Cardinality" relation is work in table
Hi,I could see lot of explanation provided by others, for your brevity explaining again. Cardinality is the property which explains about nature of the relationship between two tables on the related...
View Article