# Application Details - Trade Details UI Flows

## **Objective**

Provide employee purpose workflow actions.

The same screen is used for both application details and trade details.

Based on the conditions, we are showing the details here

Example: If the application is not in an approved state and the business Service New TL, then we are showing application details otherwise we are showing trade details.

## **Application Details**

For workflow action details, please refer to the file below.

{% content-ref url="/pages/-MgiGQwa-aT3Ug\_BqSBj" %}
[TL Apply Flow UI Details](/local-governance/v2.8/platform/configure-digit/configuring-digit-services/tl-service-configuration/tl-ui-configuration/tl-apply-flow-ui-details.md)
{% endcontent-ref %}

![](/files/-MgiGbT7iKlY6K6mnVlZ)

File Path:[ <img src="https://github.com/fluidicon.png" alt="" data-size="line">digit-ui-internals/ApplicationDetails.js at main · egovernments/digit-ui-internals](https://github.com/egovernments/digit-ui-internals/blob/main/packages/modules/tl/src/pages/employee/ApplicationDetails.js)

## **Trade Details**

![](/files/-MgiGbTAr5AGwKpYTBi3)

### Timeline View

<div align="left"><img src="/files/-MgiGbTDjMljkuWrDod0" alt=""></div>

It is common for all modules, find the path here:[ <img src="https://github.com/fluidicon.png" alt="" data-size="line">digit-ui-internals/ApplicationDetailsContent.js at main · egovernments/digit-ui-internals](https://github.com/egovernments/digit-ui-internals/blob/main/packages/modules/templates/ApplicationDetails/components/ApplicationDetailsContent.js)

The workflow is the same as Old UI only, please refer to the documentation link below.

{% content-ref url="/pages/-MgiGQwa-aT3Ug\_BqSBj" %}
[TL Apply Flow UI Details](/local-governance/v2.8/platform/configure-digit/configuring-digit-services/tl-service-configuration/tl-ui-configuration/tl-apply-flow-ui-details.md)
{% endcontent-ref %}

## **Role Action Mapping**

| S.No. | API                                         | Roles                                                                 | Action ID |
| ----- | ------------------------------------------- | --------------------------------------------------------------------- | --------- |
| 1     | `egov-mdms-service/v1/_search`              | `CR_PT`                                                               | `954`     |
| 2     | `/tl-services/v1/_update`                   | `TL_APPROVER, TL_CEMP, EMPLOYEE, TL_DOC_VERIFIER, TL_FIELD_INSPECTOR` | `2029`    |
| 3     | `/egov-workflow-v2/egov-wf/process/_search` | `EMPLOYEE`                                                            | `1730`    |
| 4     | `/tl-services/v1/_search`                   | `EMPLOYEE`, `TL_APPROVER`, `TL_CEMP`                                  | `1687`    |
| 5     | `/egov-hrms/employees/_search`              | `TL_APPROVER, TL_CEMP, EMPLOYEE, TL_DOC_VERIFIER, TL_FIELD_INSPECTOR` | `1752`    |


---

# Agent Instructions: 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:

```
GET https://docs.digit.org/local-governance/v2.8/platform/configure-digit/configuring-digit-services/tl-service-configuration/tl-ui-configuration/application-details-trade-details-ui-flows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
