SeedCodeComplete2

Jump To My Event

SeedCodeComplete2.JumpToMyEvent History

Hide minor edits - Show changes to output

July 22, 2010, at 04:34 AM by 76.22.123.157 -
Changed lines 7-8 from:
So add a button to the Event Details window, and add the script "Jump to Event in My Layout ( Event ID )" to this button: add the field containing the primary key (unique ID) of your event as the script parameter. For example, this would be SampleEvents::_id in the sample events table that comes with the calendar.
to:
To employ this, add a button to the Event Details window, and add the script "Jump to Event in My Layout ( Event ID )" to this button: add the field containing the primary key (unique ID) of your event as the script parameter. For example, this would be SampleEvents::_id in the sample events table that comes with the calendar.
Changed lines 11-12 from:
-> SetField [SampleEvents::_id; Get ( ScriptParameter )]
to:
-> SetField [CalendarEvents::_id; Get ( ScriptParameter )]
Changed line 15 from:
Note that you may end up having one of these scripts or each [[multiple sources | source]] as each will have their own detail layout.
to:
Note that you may end up having one of these scripts for each [[multiple sources | source]] as each will have their own detail layout.
February 03, 2010, at 03:36 PM by 76.22.123.157 -
Changed lines 13-15 from:
That's it.
to:
That's it!

Note that you may end up having one of these scripts or each [[multiple sources | source]] as each will have their own detail layout
.
February 03, 2010, at 04:30 AM by 76.22.123.157 -
Changed lines 11-12 from:
SetField [SampleEvents::_id; Get ( ScriptParameter )]
to:
-> SetField [SampleEvents::_id; Get ( ScriptParameter )]
January 20, 2010, at 02:07 AM by 76.22.123.157 -
Added lines 1-13:
!! Can I click a button in the calendar to see the event in one of my layouts?

Absolutely.

When you click on an event in the calendar it comes up in the Event Details mini window. We already have a script written that will close this window and take you to the event record in another layout in your solution.

So add a button to the Event Details window, and add the script "Jump to Event in My Layout ( Event ID )" to this button: add the field containing the primary key (unique ID) of your event as the script parameter. For example, this would be SampleEvents::_id in the sample events table that comes with the calendar.

Now edit the script "Jump to Event in My Layout ( Event ID )" and you'll see two areas that need you to modify them: the first specifies the layout you'd like to see you event in, and the second is a SetField that probably says Field Missing: you'll need to point that at the sample events field in your table so it looks something like this:

SetField [SampleEvents::_id; Get ( ScriptParameter )]

That's it.
(855) SEEDCODE
[email protected]
Follow us: