Details of the Extra Drop

The extra drop does not specifically contain any data, but rather is a wrapper for the answers to extra customer fields that have been added to core objects. In the JRNI Studio UI, these are created under the menu item "User Defined Fields". Objects that support having extra data added are:

  • Company
  • Resource
  • Person
  • Service
  • EventChain
  • Address

To access a data object you must know it's reference, or slug name, which is a generally a shortened name with underscores that does not change, for example, if you have a property called "My Question", assigned to a Service the slug name might be "my_question", and you might access it by writing {{slot.service.extras.my_question}}.

Members and Bookings do have extra properties and questions but these are handled in a different way