> For the complete documentation index, see [llms.txt](https://docs.goldenedi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goldenedi.com/releases/archive/4.7.1.md).

# 4.7.1

## Description

This release has been focused on improving the shipment advice functionality in Golden EDI with numerous fixes and general improvements. We have also improved the field selection page used when mapping, so it shows useful information like size, type, deprecation information and more. A new button to fix broken status transactions has also been added.

**Field Selections**

We have created a new page to handle field lookups when mapping. This makes it easier to identify which fields are usable, which are primary keys, what types the fields are and sizes.&#x20;

<figure><img src="/files/hDWKOrS71DfIYa7wtWip" alt=""><figcaption><p>Fields Lookup</p></figcaption></figure>

**Fix Broken Status Transactions**

If you have ended up in a state where unrelated GEDI statuses ends up visible on your documents it can be due to a missing default record in the "GEDI Status Ledger Entries" table. We have added a button that when pressed will fix this issue to get you back to a good state.

<figure><img src="/files/4DRfmXjaIXO6uKGhX4DZ" alt=""><figcaption><p>Press this button and all your issues will be solved.</p></figcaption></figure>

## Changelog

* Replaced customer name and address fields in Shipment Advice (50 -> 100 characters long)
* Replaced external document number in Shipment Advice (20 -> 50)
* Added a new page for field selection in mapping.
* Exposed functions to release and open shipment advices.
* Added Golden EDI fields to purchase return orders.
* Added Variant Code to Shipment Advice Lines.
* Added a page to view finished shipment advices, they are hidden on the normal one.
* Added support for Golden EDI fields in templates.
* Added a button to correct the first entry in status transactions.
* Fixed some small bugs in the code for Shipment Advices.


---

# 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.goldenedi.com/releases/archive/4.7.1.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.
