Open First Record of Library

61 views
Skip to first unread message

Randy Flinn

unread,
Jul 14, 2025, 2:40:35 PM7/14/25
to mementodatabase
Is it possible to open the first record of a library when the library is selected?

Randy Flinn

unread,
Jul 14, 2025, 2:41:49 PM7/14/25
to mementodatabase
Sorry, should have said automatically open first record with library selection...

Mmm

unread,
Jul 14, 2025, 3:49:43 PM7/14/25
to mementodatabase
В мобильной версии скрипт - триггер открытие библиотеки:

lib().firstEntry().show();

Или правило - триггер открытие библиотеки без условий с задачей "Открыть элемент" и выбором "первая запись".

понедельник, 14 июля 2025 г. в 21:41:49 UTC+3, rfli...@gmail.com:

Bill Crews

unread,
Jul 14, 2025, 6:34:37 PM7/14/25
to Randy Flinn, mementodatabase
I'm not familiar with firstEntry(). Does it return the least recently created entry, the most recently created entry, it some other entry?


--
You received this message because you are subscribed to the Google Groups "mementodatabase" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mementodataba...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/mementodatabase/5790556b-e494-4591-9449-664e6b70e310n%40googlegroups.com.

Mmm

unread,
Jul 14, 2025, 6:57:47 PM7/14/25
to mementodatabase
lastEntry()
    Get the most recently created entry in the library.
    Result
    If no entries are present, then null
    Otherwise, the Entry object
firstEntry()
    Get the oldest entry created in the library
    Result
    If no entries are present, then null
    Otherwise, the Entry object

вторник, 15 июля 2025 г. в 01:34:37 UTC+3, bill....@gmail.com:

Bill Crews

unread,
Jul 15, 2025, 2:39:06 AM7/15/25
to Mmm, mementodatabase
It's very good to discover that the wiki is still at least occasionally being kept up to date! I should have checked it before replying. Thanks, Mmm.

Reply all
Reply to author
Forward
0 new messages