You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, custom fields are fetched on demand, which means that they are dependent on existing in the local site - they don't use the remote DB connection to get information.
I think the best solution to this is to fetch custom fields when building the event object, so that they're passed to remote handlers. This will also enable them to be more readily available in exporters and the REST API.
The text was updated successfully, but these errors were encountered:
Currently, custom fields are fetched on demand, which means that they are dependent on existing in the local site - they don't use the remote DB connection to get information.
I think the best solution to this is to fetch custom fields when building the event object, so that they're passed to remote handlers. This will also enable them to be more readily available in exporters and the REST API.
The text was updated successfully, but these errors were encountered: