Forum Post: RE: payroll role customization on position
Hi Mohammed, Currently, I'm not able to open an AX 2012 environment to check. Can you check if the command buttons also have the neededpermission property set to Manual? In that case, you also have to...
View ArticleForum Post: RE: Service Question
Hi Daniel, Like Biztalk does for message processing, the AX batch service is polling for batch jobs to be executed. This polling is done by the kernel and has no impact on the performance for uses....
View ArticleForum Post: Unconfirmed Product receipt Delegation
Hello All, Below is the test I conducted. for understanding Unconfirmed Product receipts I have 2 users. User1 linked to Worker 1. User2 linked to Worker 2. I raise a PO, Logging in as User 1 ,and...
View ArticleForum Post: RE: Validating input value of form
Sir Rustem, am still fighting with this one. Please note am new to AX so am learning little by little. Also am doing a 1 man show for the company
View ArticleForum Post: where to put vendor's GST number in AX2012 R2
hello all, we need to put vendors GST/PST number in the vendor card in AX2012 R2, where should I put the tax information, please be advise
View ArticleForum Post: Showing the price of an Item based on item select.
Hello Everyone, I have a requirement to develop a form to show the item price of an item based on the item that is selected. This is what I have done: 1. create a table with 2 fields ItemCode...
View ArticleForum Post: AX in relation to upgrade Windows Server OS
We are currently on AX 2012 R2 CU7 and are going to upgrade the Windows OS (we do not have time to upgrade to AX 2012 R3 before upgrading the OS). The upgrade will be from Windows Server 2008 R2 to...
View ArticleForum Post: Posting a Sales Order with parameters
I'm trying to create a sales order in x++ 2012 r2 and invoice. I can get it to invoice fine, but i want to be able to set the Document Date: which sales its set in SalesParmTable. I can set the...
View ArticleForum Post: RE: where to put vendor's GST number in AX2012 R2
Hi, In my home country we usually enter/select this number in the tax exempt number field in the vendor card. Not sure for which country you setup sales tax; as a result, things might be different....
View ArticleForum Post: RE: where to put vendor's GST number in AX2012 R2
in Canada. we need to find the best field to put vendor's GST number
View ArticleForum Post: RE: Posting a Sales Order with parameters
Hi Sirus49, I fixed the indentation of your code to make it a bit more readable. You should also throw away all dead (commented out) code; it's only making your code more complicated, without adding...
View ArticleForum Post: RE: Posting a Sales Order with parameters
I"m going to restructure it all once I get it working. Right now i'm just testing to get it work. I left the comments to show what i've been trying. Anyways didn't answer my question
View ArticleForum Post: how to edit ssrs report in AX 2009?
I have this report: I want to add condition to the field "Désignation" in the design, how can I open design report in AX 2009?
View ArticleForum Post: I tried to open WSDL inbound port in the browser but I found that...
Please help me as long as someone got stuck with it . I tested this WSDL through SoapUI.
View ArticleForum Post: RE: Validating input value of form
So, try to use InventCostPriceCache class in validateField() method on AgreementLineQuantityCommitment table. Using this class allows you to get average unit cost price of the item. Declare the...
View ArticleForum Post: RE: where to put vendor's GST number in AX2012 R2
I would say that this is the tax exempt number field but have not setup sales tax in Canada. So, let's wait for some other community member to respond also. Maybe they have another idea/approach...
View ArticleForum Post: RE: Showing the price of an Item based on item select.
Hi Lionel07! You can try to use modified() method on form control (or field on data source table). You need to set auto declaration property of your ItemPrice control to Yes and then in modified()...
View ArticleForum Post: RE: Strategy "Round up to full LP" does not work together with...
Hi Lauri Looga, After creating some scenarios it seems that the location volume is working no differently to location stocking limits. I could succeed in making sure one partial pallet was moved to...
View ArticleComment on 2018-R10 Payroll tax update
Hi Ryan, Is the new 2019 tax tables are available? If they are not available, is there than estimated time for when they will be available? Thanks, Jackie Olson
View ArticleForum Post: RE: how to edit ssrs report in AX 2009?
Hi Basma, Unfortunately, you are not telling what report it is. In the title, you used the shortcut SSRS which stands for SQL Server Reporting Services. AX2009 did not have native SSRS support. Can you...
View Article