Can we identify quantity received damaged in the arrival overview screen?
Dear is there a way to report on damaged goods during the arrival overview process ?i know protocol states that we need to receive only healthy goods, but is there a field where you can identify goods...
View ArticleRE: Trial Balance data table
Hi,I feel its better to debug the code and understand how temporary table LedgerTrialBalanceListPageTmp (datasource: LedgerTrialBalanceTmp) gets its data. Place a breakpoint in the method...
View ArticleRE: Creating BOM with Converted UoM (pcs to cm) for kitting with BOM Journal
A BOM Journal is an inventory journal, and all lines can only be posted in the Inventory unit of measure.To make one PP-MF item, AX needs to post consumption of 20cm (or less) on your PP-PN-PN...
View ArticleRE: Inventory transaction combination by site
Hi, Chaitanya,This feature was already enabled like all other countries. Do you know some other option?Regards,Ulises Almonte
View ArticleInventory transaction combination by site
I need to activate this function for a country different from China. technet.microsoft.com/.../jj664073.aspx(CHN) Activate an inventory transaction combination by site [AX 2012]Updated: February 4,...
View ArticleRE: Enabling GIRO
Hi,I feel you need to enable GIRO configuration key on a testing environment and test/perform your business process/features that are relevant to/affected by this configuration key. Please check the...
View ArticleRE: Giving permission to developer to edit the code
There is nothing like that , if you have sys admin access you can do any changes. Why you want to do it ? Isn't version control helping you ?
View ArticleRE: Trial Balance data table
I agree with Andre , DimensionFocusBalance is the table used in most of the calculations per Hierarchy. To view calculations you have to use processReportSummary method in LedgerTrialBalanceDP and...
View ArticleTrial Balance data table
Hi All,Can anybody help me to identify the table name where the trial balance data stored?I could find LedgerTrialBalanceTmp table but from other table data is assigned to this tmp table.Help would be...
View ArticleRE: Enabling GIRO
if your objects are getting impacted because of GIRO configuration key you have to enable it. Enabling it will add extra set of objects in AOT. Usually for printing/posting and other activities...
View ArticleRE: adding Purchase order field to 'All Sales Order' screen
Hi Sukrut,I see the the PurchID was already in InterCompanyPurchSalesReference. it is not necessary to show all purchase order because not all has related one, just need this to easily see the...
View Articleadding Purchase order field to 'All Sales Order' screen
Hi,Under Accounts payable>Common>purchase orders>All purchase orders screen we can add the Sales order field and see the allocated sales for the po. I was wondering if we can do this vice...
View ArticleHow to duplicate or recall JE? in GP AX 2009
Hello,I used GP but not the AX2009 version. I need to recall the entry from a prior month and duplicate it with the same voucher number? I want to be consistant as my predecessor used the JE#...
View ArticleCopying Routes
Hi,I'm working on a project to update massive amount of item routes. I've already created and used code to insert, update and delete operations within routes. My next challenge is to create copies of...
View ArticleRE: Can we identify quantity received damaged in the arrival overview screen?
hello Guy i am referring about the damaged goods received from vendor , not return from the customer
View ArticleRE: Giving permission to developer to edit the code
Hi,Please check this blog, which has clear explanation about restricting development access through a custom approach:(RESTRICT DEVELOPMENT ACCESS)www.sonata-software.com/.../restrict-development-access
View ArticleRE: Why can't I make an instance of an image in my custom service class?
Hi sijar,It looks like the Image class is a client-tier class only and cannot be used on the server tier (including your service call) so you will not be able to use it. BinData can be used on either...
View ArticleWhy can't I make an instance of an image in my custom service class?
Hi everybody, I am using an custom service to post some images in base64 to AX, the thing is i am getting stuck the moment I want to create an image.Removing everything else I know this is the problem....
View ArticleRE: Why will AX not accept the changes I made to my query when I run a report...
Hi,Have you tried redeploying the report after your change to the query.If not, please give a try.
View Article