Files
open-insight/LSL2/OIEVENT/LOSTFOCUS/QUOTE_SRL.EXP_DATE.json
2024-03-25 15:12:53 -07:00

11 lines
330 B
JSON

{
"header": {
"version": 1,
"type": "record"
},
"body": {
"record1": {
"<1>": "declare function fieldcount\r\n$insert logical\r\n\r\nif .exp_date->invalue < date() then\r\n .status->value = 'E'\r\nend else\r\n .status->value = 'O'\r\nend\r\nRETURN 1"
}
}
}