How to open the Edit Reminder dialog for a specific reminder?
Hi,
I can programmatically open the dialog that shows all reminders by sending off the following command:
featureModuleContext.showURL("moneydance:editreminders");
Good so far.
Is there any way to open the dialog that edits a single reminder?
E.G.
featureModuleContext.showURL("moneydance:editreminders?reminderId=" + someReminderId);
Cheers,
Kevin
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Sean Reilly on 20 Mar, 2019 12:15 PM
Hi Kevin,
There isn't currently a way to display a single reminder. I've just added a way to do using the showURL() method. I've started implementing it as
moneydance:showobj?id=<ID of object to display, aka object.getUUID()>
so that it will be able to show many different kinds of objects (accounts, transactions, reminders, budgets, memorised reports, and currencies/securities). For reminders you can add theedit=y
parameter to show the reminder editor instead of window that records the next occurrence of the reminder.Of course this'll only be available in preview build 1862 and later.
Thanks!
Sean Reilly
Developer, The Infinite Kind
http://infinitekind.com
2 Posted by Kevin Stembridg... on 20 Mar, 2019 01:07 PM
Nice one. That's fantastic, Sean.
Thanks very much.
System closed this discussion on 19 Jun, 2019 01:10 PM.