: 4410 | 106260 | 11907

Domino Designer / formula 

130

Bring us back the Formula Debugger

: Domino Designer
: designer, formula, @formula
Werner Novak1151 - 07 2008 / (6)
Please bring us back the @formula debugger !!
 
Local and Remote Debugging !!
39

Add a way to change Agent Type

: Domino Designer
: agent, type, formula, lotusscript
Bas van Gestel2798 - 30 2010 / (1)
 When I want to create a Formula agent, 9 times out of 10, I accidentally create a LotusScript agent first (since LotusScript is selected by default).
 
I end up deleting the agent and creating a new one using formula. 
 
In previous designers you would just change the type ...
37

Add @GetProfileField and @SetProfileField to x-pages formula language

: Domino Designer
: formula, xpages, enhancement
Gernot Hummer610 - 27 2009 / (0)
 It would be very convenient to have these two formulas available for quick access to profile field values.
36

Increase the amount of data formula can output

: Domino Designer
: formula, @formula, evaluate
Tommy Valand2726 - 17 2008 / (2)
As far as I know, formula can only output 64k of data.

This especially limits the usage of formula in Evaluate-statements.

Formula is --really fast-- compared to LotusScript. Formula has some inbuilt functionality that LS lacks. Two really powerful are @Tranform and @Sort. ...
35

Collapse / Expand section if formula is true

: Domino Designer
: section, collapse, formula
Ondrej Kostruh1103 - 22 2009 / (0)
Similar as Hide when formula is true. Designer can set section as always open/close, but in the case when formula is true (ie. status field) sections is open by default.
32

XPages: @DBLookupBig & @DbColumnBig

: Domino Designer
: formula, xpages, @dblookup, @dbcolumn
Erik Brooks795 - 11 2009 / (4)
XPages are here, they're big and bad and scalable. They integrate with @Formulas, which is extremely powerful. For things like repeat controls, type-ahead, etc. there are times when you use @DbLookup or @DbColumn.
 
But these functions are limited in returning 64K, like the days of old.
 
Two new ...
31

Add @DialogBox, @PickList and @Prompt for x-pages

: Domino Designer
: xpages, userinterface, formula
Gernot Hummer610 - 06 2009 / (0)
I know that it's obviously something different to have the formula functionality in Lotus Notes and on the web browser, however, there has to be a way without getting crunk on Dojo to implement this functionality. At least @DialogBox with another xPage to open (maybe with a view control to ...
29

Shared Selection Formula for Views

: Domino Designer
: shared, view, selection, formula
Devin Olson884 - 28 2008 / (8)
I think the precedent has been set (with Shared Actions and Shared Columns); how about Shared Selection Formulas? I think they are a logical extension of what we already have.  Additionally, I'd like to see Shared Form Formulas.
28

New function - @HostName

: Domino Designer
: browser, formula
Julian Woodward1814 - 23 2007 / (8)
@HostName(servername) would return the HTTP hostname for the given Domino servername
e.g. @HostName("Server1/Mega") might return "megadom01.megacorp.com".
25

12 hour / 24 hour time switch for @Text

: Domino Designer
: designer, formula, @text
Mike VandeVelde341 - 08 2010 / (1)
The LotusScript Format function has several options for displaying AM / PM.
 
@Text has none of these.
 
For example: when putting a time value into a string in a view column, I would like to be able to force it to 12 hour or 24 hour time, retaining ...
23

Show when / Hide when option for tabbed table

: Domino Designer
: table, tabs, hide, formula
Patrick Kwinten21948 - 27 2009 / (1)
Add a show when / hide when option for a tabbed table for individual tabs.
 
Nowadays I have to set a hide when for the whole content of the table under the tab, pretty unhandy.
22

Add formula @IsDocBeingPrinted

: Domino Designer
: formula, designer, form, hide-when
Erwin Heeren1176 - 22 2010 / (3)

We have
@IsDocBeingEdited
@IsDocBeingMailed
@IsDocBeingRecalculated
@IsDocBeingSaved
@IsDocBeingLoaded
 
Why can't we have @IsDocBeingPrinted

No problem to trade it for @IsDocBeingLoaded

21

Making @DocNumber available for calculations in view

: Domino Designer
: formula
Rajeev Menon3648 - 19 2007 / (6)
It may be because, @DocNumber is generated just before the html of of the view is pushed to the requesting client, that it is not available for any calculations based on it. I would like to have this formula available for calculations.
18

@Name [TOLF] parameter for returning "Lastname, Firstname"

: Domino Designer
: formula, @name, i18n, names, column, collation
Gregory Engels1752 - 03 2008 / (6)
 
[TOLF]
Note This keyword is new with Release 8.5
Returns the name in the form of  Lastname, Firstname when a common name or a hierarchical name is provided. This is especially usefull when used as in a column formula, since it allows to sort the names bibliographically.
...
18

@GetDBDocField function

: Domino Designer
: formula
Mark Demicoli10169 - 16 2011 / (0)
 @GetDocField is hugely useful for fetching fields from documents by their UNID where efficiency is not an important factor or where dynamism is required (eg random item names), rather than creating lookup views and using @DBLookup.
 
It would be even more useful if you could specify the source database ...
13

Window title should be evaluated after the fields are evaluated

: Domino Designer
: form, window title, formula, calculated, cfd
Vlad Sh10173 - 19 2010 / (3)
I wanted to make a universal formula and put it in the Shared Computed For Display (CFD) Field $hf_WindowTitle (inherit to all databases), and that it was calculated at the opening of the Form.
Code:
@If(@NoteID!="NT00000000";
    @If(Form!="DeletedDocument";
        $hf_WindowTitleDoc;
    "(Deleted document)");
"New document")
...
6

Lightweight "Spacebased programming"

: Domino Designer
: lotusscript, formula, java
Alois Gruber1686 - 28 2008 / (1)
Spacebased programming is a concept for loosly coupled systems and has a small set of functions. Within Java there are implementations of JavaSpaces. IBM has TSpaces for that. Commercial products in the field offer far more functionality than I think for. For Notes, I would use it ...
6

Make @InheritedDocumentUniqueID work consistently for saved document

: Domino Designer
: @inheriteddocumentuniqueid, document, id, response, formula
Starrow Pan4204 - 25 2008 / (0)
In a existing response document, @InheritedDocumentUniqueID returns the @DocumentUniqueID. That is to say, only when the response being created, the formula behaves like what its name suggests. That's rather misleading. Why not return the parent document id, I think it's not so complicated for you can get it from $Ref.
5

Design code

: Domino Designer
: ls, formula, java
Palmi Lord156 - 06 2008 / (2)
What about right mouse click in the Designer pane and selecting Code from Library local or server
I like the Drag & Drop for design forms and views idea too
1

@Formula library

: Domino Designer
: @formula, formula, shared, library, @function
Zoltan Szabo4877 - 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, ...


:
:

Welcome to IdeaJam™


You can run IdeaJam™ in your company. It's easy to install, setup and customize. Your employees, partners and customers will immediately see results.

Use IdeaJam to:

  • Collect ideas from employees
  • Solicit feedback and suggestions from employees and customers
  • Run innovation contests and competitions
  • Validate concepts
  • Use the power of "crowd-sourcing" to rank ideas and allow the best ideas to rise to the top

IdeaJam™ works with:

  • IBM Connections
  • IBM Lotus Quickr
  • Blogs and Wikis
  • Websphere Portal
  • Microsoft Sharepoint
  • and other applications.

IdeaJam has an extensive set of widgets and API's that allow you to extend and integrate IdeaJam™ with other applications.

Learn more about IdeaJam >>


5
Mail print as PDF or export as PDF
10
Upgrade the admin client. Still has Notes 7 status bar even.
-5
Toolbar buttons for mail Recall and Encrypt
8
Settings / Option for sending read receipt
6
To: field label in memo is a address dialog hotspot. CC and BCC should also be hotspots.
-1
Native Traveler Client for all platforms
7
Add server and database as optional parameters for @GetProfileField and @SetProfileField
6
New "Copy into new Notebook entry" functionnality
3
Stop Opened/Closed session logging for Traveler Servers
5
Improve Support for XPage in Notes Client







IdeaJam developed by