SetConfig
- 1 Minute to read
- Print
- DarkLight
- PDF
SetConfig
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Article in progress...
Configures project wide settings
Available configuration settings:
"GlobalSettings":{} | freshnessDate | Applies a date stamp to a project |
"Selector3":{} | Turns on Selection Builder (special request only) | |
Configuring project freshness
- freshnessDate: points to the database datetime field from which to extract maximum datetime.
{
"method": "SetConfig",
"config": {
"GlobalSettings": {
"freshnessDate": "actionreaction.ts"
}
},
"project": "RegressionDB"
}
Turning on Selection Builder
{
"method": "SetConfig",
"config": {
"Selector3": {
"name": "Survey Personality",
"surveyTable": "Survey Personality",
"quField": "qu",
"ansField": "ans",
"dateField": "survey_date",
"resolveTable": "Person",
"categoryFile": "hierarchy.txt",
"latestQuestion": ""
},
"GlobalSettings": {
"freshnessDate": "Orders.Order Date"
}
},
"project": "Giant Office Supply"
}
name | ||
surveyTable | ||
quField | Question Field | |
ansField | Answer Field | |
dateField | Date Field | |
resolveTable | ||
categoryFile | ||
latestQuestion |
Was this article helpful?