Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

In order keep configuration simple, please perform the following steps in Salesforce Classic (Booker25 is Lightning-Ready, you may afterwards use the app in Salesforce Lightning as you please)

After you have created a single resource calendar Single Calendar for a custom dimension Dimension, you might want to create a button on the Salesforce record layout that links the user takes users to the single resource calendar of that record.

Step-by-step guide

  1. Navigate to the custom object in salesforce Salesforce setup.
  2. Go to the subsection Buttons, Links, and Actions
  3. Click New Button or Link
  4. Give the button a name and label for . For example: "View Calendar"
  5. Display type Type can be either: Detail Page Link or Detail Page Button
  6. For behaviour select: Display in existing window with sidebar
  7. For Content Source select URL
  8. Paste the following code snippet into the link text box.

    Code Block
    languagejava
    titleURL Code snippet
    /apex/B25__SingleResourceCalendarWrapper?recordId=REPLACE<REPLACE_THIS_WITH_RECORD_IDID>


  9. Select <REPLACE_THIS_WITH_RECORD_ID and open > open the dropdown under insert field Insert Field and select Record Id
  10. The link or button definition should now look something like this.:

  11. Click save. Save
  12. You can now edit the layouts you want this button to appear on and add the button to the custom buttons section.



Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@101b6
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "BPD"
labelskb-how-to-article

Page Properties
hiddentrue


Related issues




Panel
titleOn this page

Table of Contents