34 | @IsEditorPeter Presnell26400 - 08 2010 / (3) It always seems so silly to display an edit button (or any action needing edit access) to a user who has author level access to a database but is not an author of the current document. I would like to see an @function (e.g. @IsEditor) which would determine if the ... |
25 | Need an @ThisFieldHelp FunctionBob Brodsky300 - 14 2007 / (1) When the @ThisField and @ThisValue functions were announced at Lotusphere I chatted with Damien about the need for an @ThisFieldHelp function and he saw the need for it. Unfortunately he left Lotus. When using the @This... functions and a field value fails a Validation formula then the only meaningful ... |
25 | @GetFirstDocument and @GetNextDocument for viewPatrick Kwinten21943 - 11 2008 / (0) would it be so hard to get an @GetFirstDocument and @GetNextDocument function in comibination with the OpenView @Command?
|
23 | @PhoneNumberPeter Presnell26400 - 01 2009 / (7) Add a new @PhoneNumber(number;[defaultcountry];[format]) command (and LS equivalent) that take any phone number strips out the special characters and then reformats it in a standard format. This would be used a s a way of standardizing the presentation of phone numbers on forms and views and may even be useful ... |
23 | Increase the number of functions/formulas in XPagesPatrick Kwinten21943 - 26 2010 / (0) In an ideal world formulas in @Formula language or @functions are also available in XPages:
http://www-10.lotus.com/ldd/ddwiki.nsf/dx/List_of_Formula_Not_Supported_In_XPages |
18 | Make @DocChildren / @DocSiblings / @DocDescendants work in any other formulaPatrick Kwinten21943 - 09 2008 / (3) this could be usefullfor example build tagclouds via @dbcolumn / @dblookup |
15 | @BusinessDays in Javascript formulaMike Woolsey2784 - 20 2011 / (0) @BusinessDays is a really useful function to deal with multi-date operations. |
14 | Programmatic access to "Access Name": @ThisLabel |
2 | Improvement Prompt for ChooseDatabase (type=13)Objects of review: @Prompt( [style] : [NoSort] ; title ; prompt ; defaultChoice ; choiceList ; filetype ) variant = NotesUIWorkspace.Prompt( type%, title$, prompt$ [, default ] [, values ] ) For type=13 propose:
|
0 | @Formula libraryZoltan Szabo4811 - 06 2012 / (6) Hi All, do You think it would be usefull to add a Formula library? Like Script Library, it can contain user defined codes writen in Formula language. There are shared actions, but formulas can be used by many other design elements. Functions could be called by it's name or, ... |
-3 | Alias Lookup @function |
-14 | Add a optional parameter REFItemName for work with hierarchies of responsesREFItemName = "$REF" by default or omit this parameter. apply to following methods: Call notesDocument.MakeResponse(document As NotesDocument, [ REFItemName As String ]) Set notesDocumentCollection = notesDocument.Responses( [ REFItemName As String ] ) @Command([ComposeWithReference]; server : database ; form ; flags ; [ REFItemName ]) ... |