|  10.03.2019, 17:19 | #1 | 
| Участник | axatoz: D365 – Data Entity Method Call Sequence 
			
			Источник: https://axatoz.wordpress.com/2019/03...tity-sequence/ ============== Thanks to Uwe Kruger for sharing this. I keep it here for my own reference.  My notes: 
 [ExtensionOf(tableStr(DataEntity))] final public class DataEntity_Extension { public static void postTargetProcess(DMFDefinitionGroupExecution _dmfDefinitionGroupExecution) { // Do no call next //logic here } } [COLOR=var(--color-neutral-600)]Please note that this can be done only MDM scenarios but not via ODATA because ODATA updates, inserts records row by row and there is no post event\method to use. You might wish to use OData action to perform post actions on records.[/COLOR] Источник: https://axatoz.wordpress.com/2019/03...tity-sequence/ 
				__________________ Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. | 
|  | 
|  | 
| 
 |