Kamis, 31 Agustus 2017
Selasa, 22 Agustus 2017
Lookup In AX Form
1. ) Lookup with join
i wanna lookup with value that i have got from join 3 tables. I already get these value from a methods.
the methods cannot be filtered in lookup, so i use these new table to lookup with my datasource in
form. *field table can be filtered
// add by Vina
// vn_VendLedger is inserted from table VendLedger in JOb : GetDisplayAccountFromPostingProfile
then, lookup in textbox that contain field :
2. ) Lookup with calling the methods. It direct call the methods in table to get the value that i want.
Minggu, 20 Agustus 2017
Convert Image to base 64
convert images to base 64
Hanya untuk Note
Source : https://aristonjavier.wordpress.com/2016/05/30/ax-2012-r3-convert-images-jpeg-to-base64/
Screen Shot:
Hanya untuk Note
Source : https://aristonjavier.wordpress.com/2016/05/30/ax-2012-r3-convert-images-jpeg-to-base64/
Screen Shot:
Langganan:
Postingan (Atom)
X++ REVERSE CLOSE TRANSACTION IN CUSTOMER SETTLEMENT
CODE UNTUK REVERSE TRANSAKSI CUSTOMER SECARA PROGRAM OTOMATIS : CUSTSETTLEMENT LedgerJournalTrans LedgerJournalTransUpdate; LedgerJour...
-
changecompany(CompanyInfo::getDataArea(sourceDocumentLineItem.parmLegalEntityRecId())) Solve : I compare the lines between purchreqline an...
-
CODE UNTUK REVERSE TRANSAKSI CUSTOMER SECARA PROGRAM OTOMATIS : CUSTSETTLEMENT LedgerJournalTrans LedgerJournalTransUpdate; LedgerJour...
-
CODE UNTUK REVERSE TRANSAKSI VENDOR SECARA PROGRAM OTOMATIS VENDSETTLEMENT LedgerJournalTrans ledgerjournaltrans; LedgerJournalTran...