cancel
Showing results for 
Search instead for 
Did you mean: 

PERSON.PROPERTIES......

sgomes
Champ in-the-making
Champ in-the-making
How i can access the company Id from an user?

in my template i have….
Name ${person.properties.userName}

Company Id ${person.properties.companyId}, but doesn´t apeear nothing..

can anybody help me? (sorry for my poor english)

thanks!
3 REPLIES 3

kevinr
Star Contributor
Star Contributor
The property is called 'organizationId' so try:
Company Id ${person.properties.organizationId}

Thanks,

Kevin

archana_bonkanp
Champ in-the-making
Champ in-the-making
how can we compare the first 2 characters of organizationID.
For ex,
we have employees starting with US and also with IN.
We want to differentiate them.
Please help us.

kevinr
Star Contributor
Star Contributor
The FreeMarker manual is the best place to look for the various string operations that are available in templates:
http://www.freemarker.org/docs/ref_builtins_string.html

Kevin
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.