web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Latest AI search engines list

1. ChatGPT (and similar models): * DeepAI's ChatGPT can be used as an AI search engine, providing conversational responses and retrieving information based on natural language queries. Various applications and services inte...

SANTOSH KUMAR SINGH 1,224
Like (0)
Posting ERROR Ledger account is missing in posted invoice. (AX 2012 R3 CU9)

 Issue: Ledger account is missing in posted invoice. (AX 2012 R3 CU9)Error (Message: The state of source document or source document…) while performing budget check in pending vendor invoice.(Screenshot1)Resolving the error by resetting accou...

SANTOSH KUMAR SINGH 1,224
Like (0)
Table field allow edit property on form data source level in axapta

If you want to allow edit yes or no on form level then you can try below sample code example.Table field allow edit property on form data source level in axapta . You can example in active or create method in form data-source. dsCalculationsFactor...

SANTOSH KUMAR SINGH 1,224
Like (0)
Dynamics CRM,GP,NAV SL Version list

Dynamics CRM 1.2 SDK and DDKsDynamics CRM 2011 Language PackDynamics CRM 2013 Language PackDynamics CRM 2013 Language Pack SP1Dynamics CRM 2013 SDKDynamics CRM 2015 Language PackDynamics CRM 2015 SDKDynamics CRM 2016 Language PackDynamics CRM 2016...

SANTOSH KUMAR SINGH 1,224
Like (0)
Dynamics Ax 2012 R3 Cu11 Hotfix List | List of Application Dynamics Ax 2012 Cu11 H...

KB number Title3091401 Transfer to GL should not run taxlink queries for documents with no tax3100992 Introduction of Accounting Source Explorer and Source Document Reference Identities3134000 Final Relieving of a vendor invoice is incorrect when ...

SANTOSH KUMAR SINGH 1,224
Like (0)
Cumulative update 11 for Microsoft Dynamics AX 2012 R3 binary hotfixes

KB number Title3152076 India/IND: Misc. charge does not affect purchase cost as described in the hotfix KB3006787 after applying the hotfix KB3070453 and the hotfix KB30728453132063 Brazil/BRA: "528 – Rejection: ICMS amount differs from the I...

SANTOSH KUMAR SINGH 1,224
Like (0)
Resolved:How to do recalculation for InventSum table in Microsoft Dynamics Axapta

Sometimes you may see some discrepancy in InventSum table for any item then you may need to recalculate inventsum for particular item. You can try below code to do it. static void InventSum_Recalculate(Args _args) { InventSumRecalcItem ...

SANTOSH KUMAR SINGH 1,224
Like (0)
How to insert data in customize table during proforma invoice for sales order in a...

To insert data in customize table during proforma invoice for sales order in axapta you can apply code in run method of FormLetterService class. I hope this small things will help you a lot .\Classes\FormletterService\run

SANTOSH KUMAR SINGH 1,224