Rabu, 24 Januari 2018

ax display option grid

Kamis, 12 Oktober 2017

Add Range of Query datasource in a form ( Load )

Senin, 09 Oktober 2017

APPROVE PR FROM DATABASE ENV.

Minggu, 08 Oktober 2017

CREATE AND POST JOURNAL VIA X++

Kamis, 31 Agustus 2017

Set Value on Textbox in Form




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.

X++ REVERSE CLOSE TRANSACTION IN CUSTOMER SETTLEMENT

CODE UNTUK REVERSE TRANSAKSI CUSTOMER SECARA PROGRAM OTOMATIS : CUSTSETTLEMENT LedgerJournalTrans LedgerJournalTransUpdate; LedgerJour...