mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-20 14:20:43 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"values": {
|
|
"transactionLevel": "process",
|
|
"tableName": "person",
|
|
"recordsParam": "recordIds",
|
|
"supportsFullValidation": true,
|
|
"doFullValidation": true,
|
|
"recordIds": "1,2,3,4,5",
|
|
"sourceTable": "person",
|
|
"extract": {
|
|
"name": "com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.ExtractViaQueryStep",
|
|
"codeType": "JAVA"
|
|
},
|
|
"validationSummary": [
|
|
{
|
|
"status": "OK",
|
|
"count": 5,
|
|
"message": "Person records will be edited.",
|
|
"singularFutureMessage": "Person record will be edited.",
|
|
"pluralFutureMessage": "Person records will be edited.",
|
|
"singularPastMessage": "Person record was edited.",
|
|
"pluralPastMessage": "Person records were edited."
|
|
},
|
|
{
|
|
"status": "INFO",
|
|
"message": "First name will be set to John"
|
|
}
|
|
],
|
|
"recordCount": 5,
|
|
"previewMessage": "This is a preview of the records that will be updated.",
|
|
"transform": {
|
|
"name": "com.kingsrook.qqq.backend.core.processes.implementations.bulk.edit.BulkEditTransformStep",
|
|
"codeType": "JAVA"
|
|
},
|
|
"destinationTable": "person",
|
|
"bulkEditEnabledFields": "firstName"
|
|
},
|
|
"processUUID": "74a03a7d-2f53-4784-9911-3a21f7646c43",
|
|
"nextStep": "review"
|
|
} |