Skip to main content
Nintex Community Menu Bar
Question

Is it possible to override the standard calendar page of salesforce?

  • July 9, 2024
  • 1 reply
  • 7 views

Forum|alt.badge.img+2

Is it possible to display a skuid page(http://help.skuidify.com/m/components/l/102566-calendar#!prettyPhoto) instead of standard Salesforce calendar(Putting “/00U” after the FQDN) ?

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

It is not possible to override the calendar object so that every time someone in salesforce clicks on a calendar link they go to the Skuid Page.  The Buttons and Link OVerrides are not exposed for that object.  (Maybe the Metadata API?). 

But you can totally build a skuid calendar for your salesforce events. 
And you can expose that calendar to your users within thier salesforce experience by: 

A: Creating a VF Tab that calls this skuid page directly.
B: Building a VF home page component that calls this skuid page directly.

You should be good to go.