In a V20.1 custom form or Quicktext I have found the following issue
syntax
GET_USER_LIST (LOC_list, Role_list, list_type)
Issue or BUG example
{GET_USER_LIST("MHS","Physician","delimited")} No values returned when list_type is "delimited", same for when List_type is "comma"
Providers and Nurses are found in the USER database with "MHS" checked in addition to lower level clinics.
Below works OK
however if I substitute "" for Role_list then {GET_USER_LIST("Everett","","delimited")} returns as expected the entire list for delimited personnel. When Using "comma" returns a comma list of loginnames as expected.
Has any else had this issue with the Role_list no working when "Physician", or "Physician,Nurse" or "Nurse" is used but not when "" is used.
Appreciate any insight on this possible but in V20.1 MEL