Hi,
I am analyzing a configuration of Ready2Use.
For example, an employee “t.smith” is a manager of department “DEVELOPER_1” (class “Organizational unit” is related through domain “ManagerOU” with Employee).
In “Employee” class attribute “Description” is hidden.
Tom’s card looks like this:
Please notice that there are no combined field that contains last and first name.
“Organizational unit” has an attribute “Manager” that is of type “reference” by domain “ManagerOU”.
Now when you look at the picture bellow:
You can see that list of values is in format “Last First”.
If I look in the database table “Employee”, I can see that Tom’s record has field Description populated.
Name |Value |
-------------|-------------------|
Id |6079 |
IdClass |"InternalEmployee" |
Code |t.smith |
Description |Smith Tom |
Status |A |
User |admin |
BeginDate |2015-06-09 16:31:50|
Notes | |
EndDate | |
CurrentId |6079 |
IdTenant | |
LastName |Smith |
FirstName |Tom |
Email |t.smith@example.com|
Phone | |
State |108 |
Type | |
ContractEnd | |
OU |6069 |
ContractStart| |
Company | |
Mobile | |
Number |IE0210 |
My question is, what magic has populated field Description if it is hidden?
It couldn’t be done by hand because the user doesn’t have an access to this field.
How to use another two (or more) fields as a description?
Regards.