Simple snippet for Calendar Event to open related event page
Not a developer, but need simple snippet to open a related Skuid page from Calendar Event display via custom button
Tagged:
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
Otherwize what Bill says is true.
- Just put your relationship field in your event model.
- Have the "on click" event be to open a custom popup.
- In that popup add a button whose redirect url is somthing like "/{{{RelationshipFieldName}}}"
You should be golden.