Promote 3 Demote | Xpages controls to display & use Forms, Outlines, Profiles, Pages There are some items in Notes that are really nice to have. One is the outline. It would be great if I could get an expandable outline on-Web without going through the dojo hassle of building it. That dojo control is a bear. We have forms. They work. It'd be ... | |
Promote 7 Demote | reload profiles into caches I could really use some control over loading profiles, and getting them refreshed into the cache. In Notes and on the HTTP server, the profiles can stay cached for long periods of time. I'd like to have an option on @GetProfileField() to reload the cache from disk. I'd like ... | |
Promote 8 Demote | @Function and LotusScript to "View..Customize This View" dialogOne function I would really like to emphasize in an Action button is "Customize This View". It'd be really useful to make this view entry visible on the view. Longer-range it'd also be useful to reorganize the view programmatically, so we could provide specific customizations for users to select. ... | |
Promote 4 Demote | "follow-up complete" flagIt'd be nice to have a flag that records that I finished a follow-up on an email.
(My email is heavily customized, so it might've been missed on integration.) | |
Promote 4 Demote | Add more "don't repeat yourself" (DRY) features to building managed beans & controlsDomino Designer's XPage interface has a masterful way of managing items so I'm not chasing around for the random file in the random directory. I'm heavily indebted to the designers of Designer for this. The bean & controls file arrangement needs that kind of treatment. I wish all the java, ... | |
Promote -1 Demote | Ability to set up facebook-like user activity trackingI could really use the ability to track users' tracks through applications in more of an activity track. It seems like this is becoming more of a user-oriented feature, but I'd even like it just administering an application. The Domino log gets unwieldy extremely fast with all this data. | |
Promote 13 Demote | ?ReadViewEntries option to provide data in a dojo grid input formatReformatting view data to shoehorn it into a dojo grid, that's a bear of work. I would think it would be tremendously useful to just hand dojo grid a URL to a view and let it "go to town" on the data there. BTW, this would also be ... | |
Promote 7 Demote | "Timeline" or "Time Machine" like read-interface to the journalA clean user interface to the journal's data for a given database would be very useful for on-the-spot data recovery. I've still got users who can't distinguish between "delete" and "remove". | |
Promote 17 Demote | Enhance view featuresA number of limitations have limited my use of views again & again. 1. @Return(value) in a view column. Does that work even now? 2. Pivot / minor column-column connections between two views. It hasn't made a lot of sense to me why a Domino server would find ... | |
Promote 8 Demote | More features in Dynamic View Extension The Dynamic View Panel is a quick and easy addition to pull in a lot of view designs at once, integrating all the views in one custom control. It's great -- but it'd be much more effective if I could pull in more features from the view: -> Pull ... | |
Promote 6 Demote | A visual user interface to the Transaction Log, per-databaseI wish there were an interface to the Server's transaction log to view -- frozen -- prior versions of an application that the transaction log could produce. It'd be great if I could copy documents from those earlier, read-only versions "frozen in time". Very often I need information about ... | |
Promote 15 Demote | @BusinessDays in Javascript formula@BusinessDays is a really useful function to deal with multi-date operations. | |
Promote 4 Demote | View Navigation more impervious to document updatesWhen a view gets dirtied during a scroll-up, the navigation sequence (pgUp, pgDn) flies to the top or bottom of the view collection. I'd like it if something could be done to address that issue. Something like that's also happening, apparently much more often, to NotesViewCategory objects. The view ... | |
Promote 7 Demote | Setting Date-only and Time-only field values from XPages I've been working on some date & time columns and dojo field controls in XPages, trying to get backward compatibility with some earlier documents. It's tough. 1. Could there be a way to specify saving only the time portion of the field? I know the time zone ambiguity in ... | |
Promote 14 Demote | Support Hierarchical view names in XPagesXpages extension library has a nice object xe:dominoViewListTreeNode allowing the display & selection of view names. Very cool. I've been using this a lot, but I'm noticing the need for anothe tree node object. This object would generate the Domino View List as a hierarchy -- maybe, xe:dominoViewHierTreeNode -- allowing the receiving component ... | |
Promote 24 Demote | More Options for Replace Design: Clone Design, Update Design, Upgrade Design, and moreThere're some situations that existing "Replace Design" doesn't account for that I'd love to have: 1. The ability to replace profile documents from a template -- and replace them first, prior to updating designs that'd be dependent on them. 2. The ability to avoid scheduled agents and/or XPages ... | |
Promote 15 Demote | Tightly-integrated Chart controls for view data (categories, totals) I could really use a control better integrated to display view data on a chart -- mostly something that understands view categories, sorts by alternate categories, and totals. It'd also be great to be able to drill the chart elements into the exact place on the view -- I ... | |
Promote 9 Demote | @Eval interpreter for formula processing on an XPage I use @Eval for numerous configurations, allowing me to swap out code when the management has another fit of fancy, and then when they realize what it does. It would be very useful to me to be able to run the normal formulas that would run in @Eval, either ... | |
Promote 15 Demote | Effective Access showing all group membership I use the "Effective Access" dialog a lot to determine when a user really needs a different access level, discover when it's not the application's ACL but the server that's blocking him, and process "what-if" situations. One thing that's been problematic has been trying to get all the user's ... | |
Promote 18 Demote | More Web Service authentication methodsI'd really like the ability to do Web Service authentication from a server -- with more than basic authentication. Many servers with Web Services use a brokered authentication method. Often y'can't get through to a secure server with just basic authentication: y'need to authenticate with x.509. Even if it ... | |
Promote 11 Demote | Enhance / Update Enterprise Data connection servicesDomino needs enterprise data integration services -- especially those that're up to date.
Data connectors offer only very limited connection services. Promote 26 Demote | More time-based handling for viewsI've been hacking the summary views of calendars, using embedded views to categorize single time entries, writing time-based agents, and ditzing with workarounds for @Today in views for quite awhile, more than a decade. I think it would be a real plus if I could provide more time-selectivity in views, without ... |
Promote 15 Demote | Support the XML files XPages components, and Java deployments to a server using .NSFs Right now new XPages and the managed beans XML files need to be placed directly on-disk to the server. I'd like the ability to set up these files, and thus replicate them to other servers in the network, using NSFs. Obviously the access controls here would be provided to ... | |
Promote 15 Demote | Allow rules to check the "Principal", or check "Principal" as if it's "From" Often I get emails that have crafted "Principal" fields, but are actually "from" a server or someone who signed an agent. It'd be useful to allow checking the Principal field as well | |
Promote 5 Demote | Convert-back / verify a Javascript-signed fieldI'd love to be able to read a field that Javascript has signed. I don't think it takes much -- a decrypt function that'll accept the author's public key instead of your own private key. It'd quickly replace all the signed-section functions I use, when they exist for security reasons ... | |
Promote -3 Demote | Allow @domain in reader & author fieldsAllow the @domain part of a user identifier to be included in a reader or author field entry. This'd allow use of the reader or author field in email as well as for security purposes, and the field wouldn't need to be re-created to guarantee emailing the author, e.g. |