> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-plus/worksheet/worksheet-design/field-type/data-barcode.md).

# 数据条码

此字段用于将文本信息（尤其是记录链接）生成并显示为**条形码**或**二维码**，便于线下扫描和快速跳转。

## **1. 核心功能** <a href="#id-1-core-feature" id="id-1-core-feature"></a>

* **生成条码**：可将字段中的文本内容（如产品编号、单据号）转化为条形码或二维码图像。
* **扫码解析**：若内容为**链接**（URL），扫描后可自动识别并跳转。
* **记录链接二维码**：支持直接引用当前记录的链接生成二维码。扫描后，可按预设的显示字段展示该记录的摘要信息。

## **2. 典型应用场景** <a href="#id-2-typical-application-scenarios" id="id-2-typical-application-scenarios"></a>

* 为资产、产品生成**唯一标识码**，便于库存盘点时快速扫描录入。
* 将工单、订单的**详情页链接**转为二维码，打印后便于现场人员扫码查看。
* 将客户信息链接转为二维码，制作成数字名片。

<div align="left"><figure><img src="/files/m6ecFza5QZwlvFeHiAMh" alt=""><figcaption></figcaption></figure></div>


---

# 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.coreway.com/yoov-plus/worksheet/worksheet-design/field-type/data-barcode.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.
