[xwiki-users] AppWithinMinutes - Autoincrement
A user asked me if we could use the AppWithinMinutes (AWM) to create an error log for a machine. When an error occures at that machine, the user would add the date, error code, and some other stuff. So I said, yes, we can use the AWM for that...but then I realized that a user needs to enter a new page name if he wants to add a new entry to that application. For an errorlog application I would like to have an "autoincrement" that automaticly generates a new (non-existing) pagename. Is this possible with AWM? -- View this message in context: http://xwiki.475771.n2.nabble.com/AppWithinMinutes-Autoincrement-tp7588057.h... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Hamster, this feature is indeed on the AWM roadmap but unfortunately it is not implemented yet. Guillaume On Wed, Nov 20, 2013 at 3:36 PM, Hamster <[email protected]> wrote:
A user asked me if we could use the AppWithinMinutes (AWM) to create an error log for a machine. When an error occures at that machine, the user would add the date, error code, and some other stuff.
So I said, yes, we can use the AWM for that...but then I realized that a user needs to enter a new page name if he wants to add a new entry to that application.
For an errorlog application I would like to have an "autoincrement" that automaticly generates a new (non-existing) pagename.
Is this possible with AWM?
-- View this message in context: http://xwiki.475771.n2.nabble.com/AppWithinMinutes-Autoincrement-tp7588057.h... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi Guillaume, Good to hear that this feature is on the AWM roadmap. For now we will search for a different solution (possibly just a LiveTable where a user needs to add a new row by hand) Thanks! -- View this message in context: http://xwiki.475771.n2.nabble.com/AppWithinMinutes-Autoincrement-tp7588057p7... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, you might be able to use the method getUniquePageName to achieve this though. You'll probably need to edit the app's code or to generate your own creation button. More info about this API here: http://nexus.xwiki.org/nexus/service/local/repositories/releases/archive/org... Good luck, Guillaume On Thu, Nov 21, 2013 at 7:26 AM, Hamster <[email protected]> wrote:
Hi Guillaume,
Good to hear that this feature is on the AWM roadmap. For now we will search for a different solution (possibly just a LiveTable where a user needs to add a new row by hand)
Thanks!
-- View this message in context: http://xwiki.475771.n2.nabble.com/AppWithinMinutes-Autoincrement-tp7588057p7... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Guillaume Lerouge -
Hamster