[🌐KR](<https://synctree-guide.notion.site/NBlock-b40e79584733400481c25dfac39f8323>)

This document describes the structure of BizUnit and the block coding method using NBlock.



β–Ά Plan Control

Free Starter Plus Pro Enterprise
https://synctree-guide.notion.site/NBlock-3026cfe8f9d44604bbb88b9a7fcc773b - - βœ“ βœ“ βœ“
https://synctree-guide.notion.site/NBlock-3026cfe8f9d44604bbb88b9a7fcc773b - - - βœ“ βœ“
https://synctree-guide.notion.site/NBlock-3026cfe8f9d44604bbb88b9a7fcc773b - - - βœ“ βœ“

β–Ά BizUnit Structure

κ·Έλ¦Ό35.png

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>

β–Ά NBlock creation page

Untitled

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. |