You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside a view it is not possible, but inside a form, yes.
You can search the event contents using the portal_catalog: context.getParentDatabase().portal_catalog.searchResults({'portal_type': 'Event'})
and you can iterate over the reuslts to fill in a Datagrid field for instance.
Can you also show a snippet to get to the folder that contains the plomino database to do the search for Event? My Events are contained at the parent folder.
Also, please show how I can search on a specific Event tag.
Thanks Eric. Think that'll not work for my use case. Mainly because, I need the title to link to the individual event but Datagrids will not allow me to have any links like views?
Hi,
Is it possible to obtain all contents of type "Events" and iterate them inside a plomino view or form?
If yes, can someone help me with the snippet to obtain the Events object?
Thanks
The text was updated successfully, but these errors were encountered: