If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Hello
The easiest way is set the value of this field with Formula. But this field will be filled only after save (you can add a condition if field is not set, then set it).
if you want to make this field prefilled, you need to override the view of this field and set the value there
this.model.get('assignedUser.departmentId') ? don't think the model has this value (you always can print data in log and check, what does contain the model)... if you need data of logged user use
Comment