ERP World
[AX2012] Flush label X++ code 본문
Flush Label
static void FlushLabel(Args _args)
{
// https://blogs.msdn.microsoft.com/emeadaxsupport/2010/08/17/how-label-flushing-works-under-the-hood/
// https://msdn.microsoft.com/en-us/library/aa892792(v=ax.50).aspx
// Flushes the label file buffers to disk.
Label::flush('psa','en-za');
Label::flush('mcr','en-za');
Label::flush('sys','en-za');
info('Done');
}
'Microsoft > Dynamics AX' 카테고리의 다른 글
| [AX2012] Refresh AOS X++ code (0) | 2018.01.18 |
|---|---|
| [AX2012] Flush Sequence X++ code (0) | 2018.01.18 |
| [AX2012] Wharehouse Mobile 테스트를 위한 Windows CE Emulator 설정 (0) | 2018.01.18 |
| [AX2012] 깨진 라벨 파일 복구 (0) | 2017.10.27 |
| [AX2012] 복제(Cloing) 스크립트 (0) | 2017.10.27 |
Comments