The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Is there some way to create code that is shared between multiple scripting blocks? Either by external import from some source, or a native solution?
Example: I have a function addClientToSession(clientRecordId, sessionRecordId) that I want to use in ...