Hello, everyone
Got an issue while working with the Team entity:
Created custom entity A, which related with Team as N:1. Created calculated field in that entity. Trying to put the formula "concat(string1, string2, new_a_teamid.Name (Name field from Team))", but the Name field doesn't populate in the list of the fields after inouting the lookup field into the formula.
I published all the changes, recreated the relation field, but the result stays the same.
So then I decided to do some workaround and created custom field B on the Team and it appeared on the list of the fields available in the formula above. So I've recreated that B field on Team as calculated, but again couldn't put the value of the Team.Name there as Name doesn't populate even on the formula of calulated field of Team entity.
Tried to do the same with the Business Rule (make custome field B equal to Name), but Name doesn't popuate on the list of fields.
Is there a way to overcome that limitation? Or JS/custom development which will copy the Team Name into some custom field is the only option?
Thanks in advance.