<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel><title>YouAtNotes XPages Wiki | Categorized Content</title><description></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf</link><language>en-us</language><lastBuildDate>Sun, 6 Dec 2009 11:45:55 +0200</lastBuildDate>
<item><title>Work with DbColumn and DbLookup</title><pubDate>Mon, 6 Apr 2009 12:48:36 +0200</pubDate><description><![CDATA[ @DbColumn and @DbLookup (mind the case!) expect an array of servername and filepath as first parameter. ==Example get a name of all people of the Domino Directory== {code:} db = new Array(@DbName()[0], 'names.nsf'); @DbColumn(db, "(People)", 2)
{code} Note: use ($People) instead of (People) as ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_DbColumn_and_DbLookup</link><dc:subject>Formula</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_DbColumn_and_DbLookup?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_DbColumn_and_DbLookup</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_DbColumn_and_DbLookup</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_DbColumn_and_DbLookup?opendocument&amp;comments</wfw:comment></item>
<item><title>Useful formulas and code snippets</title><pubDate>Mon, 6 Apr 2009 12:03:33 +0200</pubDate><description><![CDATA[ Here are some various snippets. ==Get the current username== Use {code:}session.getEffectiveUserName(){code} to the the name of the user who is logged on. Use @Name() to convert it for exampel to a CN name: {code:} @Name("[CN]", session.getEffectiveUserName())
{code} ==Check if a user contains a ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Useful_formulas_and_code_snippets</link><dc:subject>Formula</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Useful_formulas_and_code_snippets?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Useful_formulas_and_code_snippets</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Useful_formulas_and_code_snippets</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Useful_formulas_and_code_snippets?opendocument&amp;comments</wfw:comment></item>

</channel></rss>
