Files
open-insight/LSL2/OIEVENT/GOTFOCUS/NCR.DEPARTMENT.json
2024-03-25 15:12:53 -07:00

11 lines
316 B
JSON

{
"header": {
"version": 1,
"type": "record"
},
"body": {
"record1": {
"<1>": "declare subroutine forward_event\r\n\r\nforward_event( PrevFocusID )\r\nif .department->text = '' then\r\n .department->text = 'Production'\r\nend\r\nRETURN 0"
}
}
}