Forum Post: RE: New IsPurchConfirmationRequestJournal parameter on...
Hi AndyHave a look at method modifyContract of the class PurchConfirmationRequestController .This parameter is set always to...
View ArticleBlog Post: Dynamics AX e Load Balance (NLB)
Olá pessoal! Se você estiver familiarizado com a forma como o balanceamento de carga do AX 2009 funciona, você poderá ficar surpreso quando descobrir que o AX 2012 Standard não faz o balanceamento de...
View ArticleForum Post: RE: Migrate Historical Documents to AX Document Management
A basic script to add an document would be: DocuRef docuRef; DocuType docuType = DocuType::find('DOC'); //TODO: set the documenttype you provided for images...
View ArticleForum Post: RE: Override on button click on SYSListPanel
SysListPanelRelationTable Look at this link. sharingpointofax.wordpress.com/.../use-of-syslistpanelrelationtable-application-class-2
View ArticleForum Post: RE: AX 2012 Recalculate all SalesLine in SalesTable form
if you are already updating salesline just add salesline.calcLineAmount() before salesline.update() and no button is needed.otherwise if you only have salesid from updated salesorders:while select...
View ArticleForum Post: RE: Option to Complete/Approve Workflow No Longer Available (AX...
to set the 3 batchjobs you need without the wizard.... open the following 3 classes in AOT and setup batch for them:SysWorkflowMessageQueueManagerWorkflowWorkItemDueDateJobSysWorkflowNotificationManager
View ArticleForum Post: RE: Filter legal entity
In addition to Andre's suggestion,One more option could be to implement Partition with Dynamics AX 2012 R2Please check following linkmsdn.microsoft.com/.../jj677285.aspx
View ArticleForum Post: RE: Adding vendor to purchase requisition one time instead of...
If A Purchase Requisition Line is created using Item then you don't need to set the vendor each time.and Item use to have Vendor specified to that will get assigned.Please verify the Item Purchase...
View ArticleForum Post: RE: Adding new Product/Storage/Tracking dimension on SSRS reports
yes you need to identify all the report that needs modifications and you need to modify the report design layout.
View ArticleBlog Post: Worldwide IT Spending on Track to Reach $3.8 Trillion in 2014,...
After experiencing flat sales in 2013, worldwide IT spending is projected to total $3.8 trillion in 2014, a 3.1 percent increase from 2013 spending of $3.7 trillion, according to the latest Worldwide...
View ArticleForum Post: RE: AX SSRS parameter label text cut off
Sorry, I have done all of these before I post:- clear my caches, system caches, refresh elements, compile forward, increment CIL- Stop aos and SSRS and remove xpll folderstill no luck ...
View ArticleForum Post: RE: Return Lot ID against Purchase ?
This is not the standard functionality and hence you will need to do customization to achieve Return Lot ID feature for Purchase Order.Let me know if you are looking for customization related to this,...
View ArticleForum Post: Purpose of item circularity check in item coverage ?
Hi Community,I am trying to figure out purpose of item circularity check in item coverage, given uniqueness of the combination of ItemId and Inventory Dimension is already enforced through a unique...
View ArticleForum Post: RE: Override on button click on SYSListPanel
How can I check custom table? What is the name?
View ArticleBlog Post: Dynamics Product Comparison: The many flavors of MS Dynamics ERP
There is little doubt at this point that Microsoft’s efficiency software like Microsoft Office Excel, Word, and Outlook are the go-to solutions for businesses of all sizes. So, it isn’t surprising...
View ArticleForum Post: RE: Account number for transaction type does not exist in 2009
Hi Piyush,The missing accounts are related to your workcenters/resources.The place where to set the integration is dependent on the production parameter Leger posting. Can you tell the current setting...
View ArticleForum Post: RE: AX Web Services
Hello IÑIGO VECINO,It is Desktop application. In Development environment it is working fine but not working in production server.
View ArticleBlog Post: Microsoft Dynamics AX and Business Intelligence
Microsoft Dynamics AX 2012 provides a selection of pre-built Business Intelligence (BI) solutions. Featuring built-in content such as Role Centers, Analytic Reports and Analysis Cubes, it provides a...
View ArticleBlog Post: Protecting customer data: Where Microsoft Dynamics ERP users can...
The well-publicized Target credit card security breach that surfaced during the holiday season has put a brighter spotlight on how sensitive data is captured and shared - both in the...
View ArticleForum Post: RE: Dynamics AX 2009 - EP - Data dictionary.
There is no separate AOT for the EP. If you just add tables or fields in the AOT that are not added to web parts, that should not influence your portal. If you want your changes to be visible on the...
View Article