Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save expiscornovus/a213a105f5c7fd2880d6a2607b739aa9 to your computer and use it in GitHub Desktop.
Save expiscornovus/a213a105f5c7fd2880d6a2607b739aa9 to your computer and use it in GitHub Desktop.
D365FO Alert Business Event parse json schema
{
"type": "object",
"properties": {
"BusinessEventId": {
"type": "string"
},
"ControlNumber": {
"type": "integer"
},
"DataAreaId": {
"type": "string"
},
"Email": {
"type": "string"
},
"EventId": {
"type": "string"
},
"EventTime": {
"type": "string"
},
"FieldId": {
"type": "integer"
},
"FieldLabel": {
"type": "string"
},
"FieldName": {
"type": "string"
},
"KeyValue1": {
"type": "string"
},
"KeyValue2": {
"type": "string"
},
"Link": {
"type": "string"
},
"MajorVersion": {
"type": "integer"
},
"Message": {
"type": "string"
},
"MessageDetails": {
"type": "string"
},
"MinorVersion": {
"type": "integer"
},
"ParentTableId": {
"type": "integer"
},
"RuleId": {
"type": "string"
},
"Subject": {
"type": "string"
},
"TableId": {
"type": "integer"
},
"TableLabel": {
"type": "string"
},
"TableName": {
"type": "string"
},
"TypeTrigger": {
"type": "string"
},
"UserId": {
"type": "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment