Forum Post: RE: AXBuild.exe compilation issue
Kenny Saelen & JCHI's post worked for me.. Thanks.
View ArticleForum Post: RE: Select Last Record From Price Agreement Lines
No, RecVersion can't be used for this purpose. If lines weren't updated, they all have RecVersion equal to zero. And if they were, RecVersion contains random numbers. Neither give you any information...
View ArticleForum Post: Error When running Ax 2012 CU9 R3 Stock Card Financial Report
Dears , kindly, error appears when running Ax 2012 CU9 R3 Stock Card Financial Report as shown below note : both Compile,Generate Full CIL done but Error still appears. Appreciate your Help. Thanks
View ArticleForum Post: RE: Computed Columns troubleshoot
This is SQL code for you original computed column (assuming a string field of 20 characters): CAST(OPRNUM - OPRID AS NVARCHAR(20)) You have two problems there: You're using minus (-) operator, which...
View ArticleForum Post: RE: Purchase order registration form close by itself for some...
Thank you Fredrik for your replay, Yes it happens to all users. and there is no customization in this form, the funny thing, it happens for some purchase orders and works fine with others, even with...
View ArticleForum Post: RE: Link Roles to Project Resources
Please help that which setup i am missing .
View ArticleForum Post: RE: Resources in Projects
Any light from pioneers that which setup i am missing .
View ArticleForum Post: RE: Purchase order registration form close by itself for some...
Thank you Ludwig for your replay. I checked the LifeCycle Services for a hotfix with no cigar.
View ArticleForum Post: RE: Query for Postal Address for vender account
You shouldn't meddle with AX database directly. What requirement are you trying to implement by that? We may be able to show you better ways.
View ArticleForum Post: Transfer Account Balance
Dear All can i transfer balance between dimensions ? for example The cost center number 20 has 20000 balance ,i want to close this cost center and transfer the balance to another cost center . Ax 2009...
View ArticleForum Post: RE: Transfer Account Balance
Hi Hasanein, Of course you can transfer balances between dimensions. You can e.g. use a simple GL journal, select a main account and then post a transfer between cost center A and B The question or...
View ArticleForum Post: Posting Restricting in General Ledger
Dear ALl i want to restrict Backdated entries to few users in general ledger. can anyone have idea to assign this security Regards
View ArticleForum Post: RE: how to define a coupon for total amount of sales order
can anyone help me ?
View ArticleForum Post: RE: Posting Restricting in General Ledger
Dear Vikash, Please explain us more. Based on my understanding below solution will be helpful. You can achieve this with the help of two setup. 1. Modify Security Role 2. Stop Manual Entry. You can...
View ArticleForum Post: RE: Transfer Account Balance
Hi Hasanein, If only one single main account is affected you can simply post a manual transfer in the form: DEBIT: SALES MAIN ACCOUNT - COST CENTER A $100 CREDIT: SALES MAIN ACCOUNT - COST CENTER B...
View ArticleForum Post: Facing error in browsing EP site
Hi, I have three users in my test environment. The user (Dev1) which I have used for installation, can open EP successfully. But others two users (dev2,dev3) can not able to open EP. In eventviewer, I...
View ArticleForum Post: RE: Sales picking list report Site and warehouse wise
I have checked the class but unable to find the way to achieve this, because Data in WMSpickingRoute table is defaulting from SalesParmTable which is not having inventLocation Id.
View ArticleForum Post: RE: page setup in visual studio 2010
The calculation is, if your report paper size is 8.27 inch and left margin is 0.25 and right margin is 0.25, you have 10 fields then, Each field should have 0.777 inch (8.27-0.5) / 10 if the fields are...
View Article