website logo
⌘K
Explore our documentation
Contact APIANT support
What is APIANT?
Automation Editor
Key Concepts
Account Management
Managing Automations
App Connections
Building Automations
Alert Mappings
Troubleshooting
CRMConnect: Mindbody → HubSpot
CRMConnect: DonorPerfect → HubSpot
CRMConnect: DonorPerfect → ActiveCampaign
MailConnect: DonorPerfect → Mailchimp
ShopConnect
ShopConnect Settings
Sync Products
Manually sync Mindbody services/pricing options to Shopify
How to tag products in Shopify to prevent sync during sales sent to Mindbody
Retrying orders from Shopify → Mindbody
Manually pushing Mindbody orders to Shopify
Mindbody Pricing Discontinuation: Integration with Shopify
Guide to manually syncing Mindbody Packages with Shopify Products
Features that are not supported in ShopConnect
Automation Alert Reports
Linked Accounts
ZoomConnect
New features in version 4
Settings
General
Email & SMS
BOTs
MINDBODY
Zoom
ZoomConnect Mindbody Appointments - Setup and requirements
Troubleshooting
Assembly Editor
Key Concepts
Account Management
API Key Management
Managing Content
Building Assemblies
API Integrations
Other Assembly Types
Keyvalue Storage
Assembly development cycle
APIANT for Integrators
Help Forum
Automation Templates
Development Server
Module IDE
Shared App Connections
Tenants and Linked Accounts
APIANT Inline
Supported functionality
Embed Inline
Sandbox
Docs powered by
Archbee
Assembly Editor
...
Building Assemblies
Editor functionality

Developer options

10min

The developer menu contains options for people who build assemblies:

Document image


Open Admin Console

Developer account who have the "Admin Console" permission will have this option to open the Admin Console in a new browser tab/window.

Open appJSP Javadoc

The Extension - Server Side Script module allows Java JSP code to be inlined within assembly diagrams.

Within the inlined Java JSP code, the "appJSP" bean class (defined by default in the module's skeletal Java JSP code) is used to access various functionality.

This option opens a link to Javadoc documentation for the available methods:

Document image


Open VTD-XML parser Javadoc

The Extension - Server Side Script module allows Java JSP code to be inlined within assembly diagrams.

Within the inlined Java JSP code, the 3rd-party VTD-XML (virtual token descriptor) parser is used to work with XML.

This option opens a link to Javadoc documentation for the available methods:

Document image


Open your trace log

Each assembly developer account has their own trace log that can be written into via System.out.println() statements in Java JSP code within Extension - Server Side Script modules.

Purge your trace log

Your account's trace log can be cleared with this option.

Open system webhooks log

This option will appear if the system is a development server (see Development Server) or if your account has the "Admin Console" permission.

Opens the system's webhooks log, which contains webhooks recently received by the system.

By default, the log rolls over when it reached 10MB in size. So it does not contain all webhooks ever received by the system.

Empty system webhooks log

This option will appear if the system is a development server (see Development Server) or if your account has the "Admin Console" permission.

Empties the system's webhook log by performing a log rollover. The logged data is not deleted on the server.

Execute this assembly on the server

Opens a new browser tab/window and executes the current assembly on the server.

The assembly should first be saved. The server executes the most recently saved version of the assembly.

Request a review of this assembly

This option will appear if the current account does not have the "Assembly Reviewer" permission.

The system supports a development cycle for assemblies where assembly developers can submit their work to accounts having the "Assembly Reviewer" permission, then receive feedback from the reviewers.

This link will open a dialog where the developer can first supply any comments to send to the reviewer:

Document image


Upon clicking OK, the system will send a review request email to all active accounts having the "Assembly Reviewer" permission.

For more information, see Assembly development cycle.

Updated 03 Mar 2023
Did this page help you?
PREVIOUS
Debug mode
NEXT
Disabling item execution
Docs powered by
Archbee
TABLE OF CONTENTS
Open Admin Console
Open appJSP Javadoc
Open VTD-XML parser Javadoc
Open your trace log
Purge your trace log
Open system webhooks log
Empty system webhooks log
Execute this assembly on the server
Request a review of this assembly
Docs powered by
Archbee