Versions Compared

Key

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

...

  • The activity itself is an existing reservation in GoMeddo.

  • The activity types are reservation types in GoMeddo with descriptions and images attached to them.

  • Visitors of the activity become contacts in Salesforce using reservation contacts.

  • Staff are the instructors.

  • Both locations and staff have availability.

  • The location where the activity happens is a resource in GoMeddo with a specif specific resource type

    • City: Fitness Centres are categorized by their location (e.g., Amsterdam).

    • Fitness Centre : Within each city, specific fitness centres  are identified (e.g., GymNow).

    • Room (Intensity Levels): Rooms within each fitness centre are designated by intensity levels (e.g., Entry-Level Room).

  • Custom Fields Creation: To use and display information from other objects, We must introduce custom fields within the Salesforce reservation object, such as Center_Name__c, Room_Name__c, etc. These fields are essential for getting detailed information about each activity.

  • Resource Details Setting: Ensure that each resource in GoMeddo is marked as is Active and Api Visibleto be displayed and available through the API.

...

For further information on utilizing the GoMeddo Javascript SDK, visit [GoMeddo JS SDK wiki] and to test the frontend example explore the GitHub repository [GoMeddo Activity Registration and Scheduling].

...