DB19 - Open Event from FM portal
Posted: Wed Jul 20, 2022 3:05 pm
I have a portal on an FM layout that points to some events in DB19. I wanted to have a button that would be next to each event in the portal, that when clicked would change the calendar to the appropriate date and the open the event. I have the button calling the BB script called "Show Event On Calendar - DayBack" and I've set the script parameter to this:
JSONSetElement ( "{}" ;
["eventID" ; B33__calendar_events::id ; JSONString];
["date" ; B33__calendar_events::DateStart ; JSONString]
)
Not working so I know I've made some wrong assumptions.
JSONSetElement ( "{}" ;
["eventID" ; B33__calendar_events::id ; JSONString];
["date" ; B33__calendar_events::DateStart ; JSONString]
)
Not working so I know I've made some wrong assumptions.