All Archives in this blog may be used for the Junior,Dummies or someone who just started for career at Dynamics Ax ... A Place Where U can Start ur Code - right here ...
Kamis, 26 November 2020
How to get Vendor account from LedgerDimension in LedgerJournalTable
DimensionStorage::ledgerDimension2AccountNum(this.LedgerDimension)
Minggu, 01 November 2020
Custom form Listpage
Jangan kaget jika kita mendapati form Listpage yang kita kerjakan tidak mempunyai fitur Overwrite method.
untuk mengcustom atau menambah method di form listpage kita bisa merubahnya di class yang memanage form listpage itu. seperti class controlnya.
contoh untuk mengcustom form PurchTableListPage maka maka custom classnya ada di PurchTableListPageInteraction.
mari kita sebut class ini, class interaction.
setujruh??
Membuat custom workflow dari awal
Ada beberapa referensi untuk membuat workflow untuk form yang kita buat.
Saya menggunakan referensi dari link ini :
https://www.tech.alirazazaidi.com/custom-workflow-from-scratch-dynamics-ax-2012/
Langganan:
Postingan (Atom)
Erorr CS1963 - An expression tree may not contain a dynamic operation.
Kali ini saya mendapatkan erorr dengan code CS1963, padahal sebelumnya saya sudah mendefinisikan 'var item in Model' di @foreach(var...
-
My code here is to copy Purchase Agreement line from reference Purchase Agreement to new Purchase Agreement. static void PSMCopydirecttoag...
-
If you want to try custom your notification, AX Standard can bring the user to the form where the information exist but when the form was...
-
"Error while setting server report parameters. Error Message: The item ´/DynamicsAx/PurchPurchaseOrderreport.Report4´ cannot be found ...