Determine User's company in formula lang?

Hi All,

I need to compute a field’s contents (company name) in a web form based on the logged in users. I want to determine this preferably from a user’s group in the public NAB however from the person document would be acceptable as well.

I know there are ways to determine this in lotusscript and I imagine in javascript as well and I’ll gladly accept any advice on how to do that, but preferably the first method I want to use is formula language.

Any way to do this?

Subject: Determine User’s company in formula lang?

You can use @NameLookup([Options];@Username; AnyFieldFromPersonDoc)