หน้าเว็บ

วันศุกร์ที่ 19 มกราคม พ.ศ. 2561

Axapta ::How to synchronize Dynamics AX DB in X++

Axapta ::How to synchronize Dynamics AX DB in X++

1. To synchronize a specific table:
  1. appl.dbSynchronize([tableid]);

Example
  1. appl.dbSynchronize(77);


2. To synchronize the whole app:
  1. appl.dbSynchronize(0);

ไม่มีความคิดเห็น:

แสดงความคิดเห็น