Files
jdescopingtool/OLD/WorkerService/dsconfig/FunctionCode.json
T
Joseph Doherty 26ff8d9b4f 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.
2026-01-02 07:43:29 -05:00

26 lines
599 B
JSON
Executable File

{
"SourceSystem": "JDE",
"SourceData": "FUNCTIONCODE",
"TableName": "FunctionCode",
"IsEnabled": true,
"DataFetchFunction": "Commons.Process.JDE.GetFunctionCodes",
"PostProcessingAction": null,
"MassUpdateConfig": {
"Enabled": true,
"Interval": 10080,
"PrepurgeData": true,
"ReIndexData": true
},
"DailyUpdateConfig": {
"Enabled": true,
"Interval": 1440,
"PrepurgeData": true,
"ReIndexData": true
},
"HourlyUpdateConfig": {
"Enabled": true,
"Interval": 60,
"PrepurgeData": true,
"ReIndexData": true
}
}