项目作者: ffilardi

项目描述 :
D365FO - Data Management Framework - Import project status update using Business Events Framework
高级语言:
项目地址: git://github.com/ffilardi/D365FO-DMFImportSatusBusinessEvent.git


D365FO-DMFImportSatusBusinessEvent

D365FO - Data Management Framework - Import project status update using Business Events Framework

Event payload:

  1. {
  2. "BusinessEventId": "",
  3. "ControlNumber": 0,
  4. "EndDateTime": "1900-01-01T00:00:00Z",
  5. "EntityName": "",
  6. "EventId": "",
  7. "EventTime": "/Date(-2208988800000)/",
  8. "ExecutionId": "",
  9. "LegalEntity": "",
  10. "MajorVersion": 0,
  11. "MinorVersion": 0,
  12. "NoOfCreatedRecords": 0,
  13. "NoOfErrorRecords": 0,
  14. "NoOfRecords": 0,
  15. "NoOfUpdatedRecords": 0,
  16. "OperationType": "Import",
  17. "ProjectCategory": "Project",
  18. "ProjectDescription": "",
  19. "ProjectName": "",
  20. "RecId": 0,
  21. "StartedDateTime": "1900-01-01T00:00:00Z",
  22. "Status": ""
  23. }

Reference: Dynamics 365 FinOps: Batch import automation with Azure Functions, Business Events and PowerBI