When creating a Note with the Author field filled in, there are some issues when trying to filter subfields of the linked author. The Note field schema for Author is multi entity of types Person and Script. But I am unable to display the Department field of the linked Author of a Note.
Could you dig into this?
Cheers
Cedric
PS: What is the difference between Person and HumanUser, Script and ApiUser?
Person/People is the displayed name on web UI, while HumanUser is the entity name used for API. The same to Script and APIUser, script is the displayed name, while APIUser is the entity name used for API.