08-19-2008 06:59 AM
ScriptNode createPerson(String username)
Create a Person (cm:person) with the given user name. Returns the person node created or null if the user name already exists.
02-17-2009 02:34 PM
var user = people.createPerson("jfoo");
With this code, a user with "jfoo" as username is displayed, even though the other attributes are not set.
user.save();
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.