Files
CRM_Scripts_NVKH/code-current/scripts/000 job test.js
T
2026-08-28 12:23:22 +02:00

5 lines
189 B
JavaScript

// last execution: 2026-08-28 10:23:01
$cfg = ConfigGet('job-test');
log('warning', 'JobTest: Current value for config job-test:', $cfg);
$cfg = datetime\now();
ConfigSet('job-test', $cfg);