Versions Compared

Key

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

Introduction SDK

The GoMeddo js JavaScript SDK is a javascript package meant to allow for easy communication with your GoMeddo Salesforce Package

To do this the SDK provides and supports the use of the following GoMeddo functionality:

...

Find resource records matching certain conditions

...

powerful package that enables seamless communication between your GoMeddo implementation on Salesforce and your web application. With its various helper objects and methods, the SDK simplifies the process of finding resource records, creating reservations, updating records, and more.

The SDK provides a range of useful features::

  1. Finding resource records: With the SDK, you can quickly and easily find resource records that match specific conditions.

  2. Finding available resources: You can also use the SDK to find resource records that are available in within a time-range and the timeslots those resource certain time frame, as well as the timeslots that these resources are available for.

  3. See what and when Checking service availability: The SDK allows you to see what services are available for each resource .Create a reservation with an and when they are available.

  4. Creating reservations: Using the SDK, you can create reservations with attached lead/contact and service reservations.

  5. Find reservation records matching certain Finding reservation records: With the SDK, you can quickly and easily find reservation records that match specific conditions.

  6. Update reservation records and child records.

  7. Delete Updating and deleting records: The SDK also allows you to update and delete reservation records and their child records.

  8. Run the GoMeddo price calculation you configured without inserting the reservationPrice calculations: You can also use the SDK to run GoMeddo price calculations without actually inserting a reservation.

Installing the SDK is easy - simply use your preferred JavaScript package manager to install from the npm registry. The package comes with TypeScript typings and docstrings for your convenience. Alternatively, you can use the module in a script tag with unpkg.

Github Wiki

In the Github wiki you will find the detailed and technical documentation explaining the different objects and methods in the SDK.

...