Initial commit: JDE Scoping Tool migration project
Set up repository with legacy .NET Framework 4.8 source (OLD/), new .NET 10 Blazor solution (NEW/), OpenSpec specifications, documentation, and project configuration.
This commit is contained in:
Executable
+26
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"SourceSystem": "JDE",
|
||||
"SourceData": "STATUSCODE",
|
||||
"TableName": "StatusCode",
|
||||
"IsEnabled": true,
|
||||
"DataFetchFunction": "Commons.Process.JDE.GetStatusCodes",
|
||||
"PostProcessingAction": null,
|
||||
"MassUpdateConfig": {
|
||||
"Enabled": true,
|
||||
"Interval": 10080,
|
||||
"PrepurgeData": true,
|
||||
"ReIndexData": true
|
||||
},
|
||||
"DailyUpdateConfig": {
|
||||
"Enabled": true,
|
||||
"Interval": 1440,
|
||||
"PrepurgeData": false,
|
||||
"ReIndexData": false
|
||||
},
|
||||
"HourlyUpdateConfig": {
|
||||
"Enabled": true,
|
||||
"Interval": 60,
|
||||
"PrepurgeData": false,
|
||||
"ReIndexData": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user