Skip to content

Commit 15fafee

Browse files
committed
Build comments
1 parent 56b9898 commit 15fafee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-manager-for-agri/how-to-use-events.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Property| Type| Description
242242
|:-----| :----| :----|
243243
ID | string| User defined ID of the seasonal field
244244
farmId| string| User defined ID of the farm that seasonal field is associated with.
245-
partyId| string| Id of the party it belongs to.
245+
partyId| string| ID of the party it belongs to.
246246
seasonId| string| User defined ID of the season that seasonal field is associated with.
247247
fieldId| string| User defined ID of the field that seasonal field is associated with.
248248
name| string| User defined name of the seasonal field.
@@ -298,7 +298,7 @@ Property| Type| Description
298298
|:-----| :----| :----|
299299
| ID | string| User defined ID of the field.
300300
farmId| string| User defined ID of the farm that field is associated with.
301-
partyId| string| Id of the party it belongs to.
301+
partyId| string| ID of the party it belongs to.
302302
name| string| User defined name of the field.
303303
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted.
304304
properties| Object| It contains user defined key-value pairs.
@@ -394,7 +394,7 @@ PrescriptionChanged event has the following data object
394394
|Property | Type| Description|
395395
|:-----| :----| :----|
396396
prescriptionMapId|string| User-defined ID of the associated prescription map.
397-
partyId| string|Id of the party it belongs to.
397+
partyId| string|ID of the party it belongs to.
398398
| ID | string| User-defined ID of the prescription.
399399
actionType| string| Indicates the change triggered during publishing of the event. Applicable values are Created, Updated, Deleted
400400
status| string| Contains the user-defined status of the prescription.
@@ -448,7 +448,7 @@ NutrientAnalysisChanged event has the following data object:
448448
|:-----| :----| :----|
449449
parentId| string| ID of the parent nutrient analysis belongs to.
450450
parentType| string| Type of the parent nutrient analysis belongs to. Applicable value(s) are PlantTissueAnalysis.
451-
partyId| string|Id of the party it belongs to.
451+
partyId| string|ID of the party it belongs to.
452452
| ID | string| User-defined ID of nutrient analysis.
453453
actionType| string| Indicates the change that is triggered during publishing of the event. Applicable values are Created, Updated, Deleted.
454454
properties| object| It contains user-defined key-value pairs.

0 commit comments

Comments
 (0)