This document describes the structure of BizUnit and the block coding method using NBlock.
Free | Starter | Plus | Pro | Enterprise | |
---|---|---|---|---|---|
Code-Split | - | - | β | β | β |
JSON Import | - | - | - | β | β |
Exception Block Shortcut | - | - | - | β | β |
Division | Function |
---|---|
Request | The area that defines the request data for API calls. |
Statement | The area where the API creates the business logic that works. |
Response | The area that defines the response to be returned after executing the called API. |
Exceptions | An area that defines and handles exception situations that occur during API operation. |
<aside> π‘ For a detailed description of the API, please refer to the following link.
</aside>
No. | Function |
---|---|
1 | Check the current BizUnit information and path |
App : [The name of the Apps to which BizUnit belongs] > BizUnit : [BizUnit name_version] > Revision : [BizUnti revision [revision name]] | | 2 | A drop-down list to select a different revision of the BizUnit you are currently working on. If no other Revision is available, the list does not appear when the button is selected. | | 3 | Revision status change button. (Active β Standby) | | 4 | The number of accounts that have shared the revision. | | 5 | Category of NBlock. When you select a category, NBlock belonging to each category appears, and you select NBlock to use it | | 6 | NBlock Save button to save the worked block, and it can also be operated with Ctrl+S. | | 7 | Button for Revision Build To proceed with Build, Save must come first. | | 8 | Button for Revision Push. (Same function as Push in Revision List) Appears when the revision status is Active, and when a button is selected, a Push Guidance Popup is exposed. |