Files
open-insight/LSL2/OIEVENT/CLICK/CALL_VISIT.REPLY_BUTTON.json
2024-03-25 15:12:53 -07:00

11 lines
1.7 KiB
JSON

{
"header": {
"version": 1,
"type": "record"
},
"body": {
"record1": {
"<1>": "declare function next_key, send_event, msg, security_check\r\ndeclare subroutine security_err_msg, delete_row\r\n$insert security_rights_equ\r\n\r\nif security_check( 'Call Visit', Write$ ) then\r\n * save off all data\r\n AllControls = utility( 'OBJECTLIST', @window, '' )\r\n convert @fm to @rm in AllControls\r\n AllData = get_property( Allcontrols, 'TEXT' )\r\n AttendedBy = .attended_by->array\r\n ContactIds = .contact_ids->array\r\n OrigCVId = .call_visit_id->text\r\n\tChoice = send_event( @window, 'CLEAR' )\r\n\tif Choice = '' then\r\n\t * if choice has a value then the user has canceled \r\n\t\topen 'CALL_VISIT' to CVTableVar else\r\n\t\t Void = msg( '', 'Unable to open CALL_VISIT...' )\r\n\t\t return 0\r\n\t\tend\r\n\t\tNextCVKey = next_key( 'CALL_VISIT', CVTableVar, 'NEXT', '' )\r\n\t\t.call_visit_id->text = NextCVKey\r\n\t\tunlock CVTableVar, NextCVKey else\r\n\t\t Void = msg( '', 'Unable to unlock CALL_VISIT ':NextCVKey )\r\n\t\t return 0\r\n\t\tend\r\n\t\tVoid = send_event( @window:'.CALL_VISIT_ID', 'LOSTFOCUS' )\r\n\t\tVoid = set_property( AllControls, 'TEXT', AllData )\r\n\t\t.call_visit_id->text = NextCVKey\r\n\t\t.entry_date->text = oconv( date(), 'D2/' )\r\n\t\t.entry_id->text = oconv( @user4, '[XLATE_CONV,LSL_USERS*FIRST_LAST]' )\r\n \t.attended_by->array = AttendedBy\r\n .contact_ids->array = ContactIds\r\n .notes->text = ''\r\n .call_visit_date->text = ''\r\n .active_status->value = 1\r\n\t\t@@window->savewarn = 1\r\n end\r\nend else\r\n security_err_msg( 'Call Visit', Write$ )\r\nend\r\nRETURN 0"
}
}
}