> For the complete documentation index, see [llms.txt](https://docs.oneweb.tech/oneweb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oneweb.tech/oneweb/sample-apps/order-management-app-web/app-designer/link-parent-child-entity-for-admin.md).

# Link Parent Child Entity for Admin

Learn about step to link parent entity (Order Request Entity for Admin) with child entity (Order Request Item)

1\. From ONEWEB App Designer screen, click **Utilities > Parent Child Entity** and then click icon plus on the popup dialog. Parent Child Entity Configuration opens.

![](https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2F2oDPlFPNXaGwsfkiBMQE%2Fimage.png?alt=media\&token=a689a5ae-dda8-43b9-9f20-daab48280cb0)

2\. Select **Parent Entity** to "Doc Order Request - Admin"

3\. Select **Child Entity** to "Doc Order Request Item - Admin"

4\. Select **Parent** Tab to "Order Item"

5\. Select **Child** Tab to "Supplier List"

6\. Select **Parent Module** to "Order Request Item"

7\. Put "REQUEST\_ID" to **Parent's Fields**.

8\. Put "REQUEST\_ID" to **Interface Parameters**.

9\. Put "REQUEST\_ID" to **Child's Fields**.

10\. Put "ADD" to Display Value.

11\. Click **Save**. The new record that PARENT ENTITY start with "Doc Order Request - Admin show and the system will automatic add module button name "ADD" to the parent entity (Doc Order Request Item - Admin).

12\. Go back to edit entity **Doc Order Request Item - Admin**.&#x20;

* Edit module button **"ADD"** by click icon pencil.&#x20;
* Change Page Action to **-- Please select --** for hide button from this entity.&#x20;
* Click **OK** and save entity

![](https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FViDkwZizzvtvGN4EUzVb%2Fimage.png?alt=media\&token=beab6d2b-3497-4e5e-895b-4b4d82010fa6)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.oneweb.tech/oneweb/sample-apps/order-management-app-web/app-designer/link-parent-child-entity-for-admin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
