1
votes

It's possible to get in view of column mail database, (of course if is) @Author department (or somthig other information from adress book/ldap)? Formula? Domnio 8.53

1

1 Answers

1
votes

No it is unfortunately NOT possible: @DbColumn and @Dblookup do not work in column formulas. If you need to display that information, you need to write it into the document (and probably check the validity of that i formation on a regular basis and refresh if necessary).

A view always shows documents. And these documents have items that store the information. You can only show information in the view that is stored in exactly this document that is shown. You can in NO WAY display data from any other document in the same row of the view not even from another document of the same type.

Your maifile e.g. contains documents of type "memo". They have information about the mail (from whom, sent to who, when, subject, body, etc...). Your mailfile can also containt documents of type "contact". They have information about contact persons (first name, last name, phone number, department, etc...)

There is NO WAY to show information from a contact in a row of a view that shows a memo document. NO WAY.