![]() |
#10 |
Участник
|
Цитата:
Сообщение от Alex_KD
![]() Try to stick with this one.
You should be able to get all AOT elements that were modified. Please find the sample xpp code, which returns all elements that were modified in the last 5 minute (300 second), below: X++: UtilIdElements utilIdElements; utcdatetime datetime; date modifyDate; ; begin = WinApi::getTickCount(); modifyDate = systemdateget(); datetime = DateTimeUtil::newDateTime(modifyDate, ((timenow() - 300) > 0)?(timenow() - 300):(0)); while select name, id, recordType from utilIdElements where (utilIdElements.createdDateTime > datetime) || (utilIdElements.modifiedDateTime > datetime) { switch(utilIdElements.recordType) { ...... } } It's correct only for build 1500.4570 see kb2472202 The ChangedDate field and the ChangedTime field on a class are not updated when you change the class in Microsoft Dynamics AX 2009 SP1 |
|
|
За это сообщение автора поблагодарили: Dark Smile (1). |
|
|