Hi,
I found a bug (probably imported from Sugar) with employees module when a custom multiselect field is added using Studio.
After saving, the value for “distrito_c” field passed to update statement is empty:
UPDATE users_cstm SET teste_c=‘PO’ ,testesmulti_c=’’ ,distrito_c=’’ WHERE id_c=‘65fa004e-f7df-59c6-0d34-52ed2180152e’
If you use the Users module instead, we are succeded:
Query:UPDATE users_cstm SET teste_c=‘PO’ ,testesmulti_c=’’ ,distrito_c=’^BJ^,^BR^,^BG^’ WHERE id_c=‘65fa004e-f7df-59c6-0d34-52ed2180152e’
Any Idea on how to correct this?
BR,
Vitor Monteiro