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