> 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-work/employee-management/job-transfer-record.md).

# Job Transfer Record

## 1. Function Description&#x20;

* Employment records in employee files can be used to record employee transfer information, past employment information, and add future transfer information.

## 2. Automatically Record Employee Transfers&#x20;

* When an employee is transferred, the system will simultaneously record the previous employment information into the employment record.
* Job transfer operation steps:\
  ① After entering the employee's employee file, click "Edit"\
  ② Select the department and position to be changed and click "Confirm".\
  Please note: Moving an employee to another department may affect the employee's attendance group and vacation balance. \
  \
  ③ The system will automatically synchronize the service information before transfer to the employment record field, without the need for the administrator to manually add it.

<figure><img src="/files/vPXoHroshwoEIad2EIea" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/6rD0tNd340GCznJeFLaF" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/SSJgr00EzYzl8o24iEJl" alt=""><figcaption></figcaption></figure>

## 3. Add New Employment Records&#x20;

* The employment records of additional new employees can be past employment or future transfers.
* Operation steps: \
  ① After entering the employee's employee file, click "New" or "Add New Employment Record" in the employment record column \
  ② Fill in the relevant content of the new employment record and click "Submit"

<figure><img src="/files/OMnBLZlsOE9gVBhbFVsO" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Sw0HvQQTryGMpiZTvRTd" alt=""><figcaption></figcaption></figure>

## **4. Deleting Employment Records**

① Click the "Pencil" icon to edit the employment record.\
② Click the "Red Circle" icon to delete the employment record.\
③ Once deleted, the data cannot be restored.

<figure><img src="/files/SrIruWAw57w6RJcpgJS5" alt=""><figcaption></figcaption></figure>

<div align="left"><figure><img src="/files/hw70UatrBcLAaRTOQq0k" 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-work/employee-management/job-transfer-record.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.
