> For the complete documentation index, see [llms.txt](https://help.besmart.software/t4i/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.besmart.software/t4i/whats-new/version-26.4.1.1.md).

# Version 26.4.1.1

Released on February 28th, 2025

{% hint style="info" %}
Don't forget to use the [Feedback](/t4i/commands-overview/be.smart-t4i-labs/send-us-feedback.md) command to let us know your thoughts on the new features.
{% endhint %}

## <mark style="color:red;">Bug fixes and other improvements</mark>

* We have updated the online help links used in the *Helpdesk web* and *Start TeamViewer* commands to reflect the changes to the ARKANCE domain and the feedback you shared with us.
* The [Push Qty](/t4i/commands-overview/bom/push-qty.md) command can now correctly update the iProperty value even if all occurrences of the component are suppressed.<br>

  <figure><img src="https://4060565498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qMZuBhZUXGRVospdct%2Fuploads%2FLtB459C940Ir9cp8J1g0%2Fimage.png?alt=media&amp;token=1cc54ace-a525-48ea-ba67-5d5d6d315f76" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Known issue: If a sub-assembly is suppressed and the visibility of rows with zero quantity is ENABLED in the BOM window, the Push Quantity command fails and an error message is displayed. This will be fixed in the next release.
{% endhint %}

* We’ve added some missing translations to the *Turn On/Off for Assembly* checkbox of the *Number of Bends* feature.
* In the Czech T4I translation, we adjusted the classic and compact layout command names to describe their function better (*rozložení* → *rozvržení*).
* In the Labs’s *Time Tracker*, we updated the format of the *Record Created* column to `DD-MM-YYYY HH:MM`, so the data can be automatically correctly formatted when loaded to a tool like Microsoft Power BI or similar.
* We fixed a bug where, in some rare cases, the searched command could not be executed from the *Quick Command Search* (T4I Labs feature) window.

## <mark style="color:blue;">Known Issues</mark> <a href="#known-issues" id="known-issues"></a>

* In very rare cases, due to a bug in Autodesk Inventor, the *Apply display name* command may fail to change the display name for some nodes of the assembly tree. This has been registered in Autodesk as the change request *INVGEN - 79037.*
* [*Sync*](/t4i/commands-overview/bom/sync.md) or [*Sync2*](/t4i/commands-overview/bom/sync-2.md) commands may fail if the instance properties are used and the *Merge Instance Rows* option in Inventor BOM is disabled.
* [*Open PDF file after export*](/t4i/commands-overview/publish/export-pdf.md#command-settings) in T4I's publishing settings conflicts with the Inventor's PDF option *Display Published File in Viewer*. If *Display Published File in Viewer* is checked, it always overrides the settings of the *Open PDF file after export*. In other words, the published PDF file will always be opened in the default viewer no matter what you set for the *Open PDF file after export*.
* Due to changes and updates that GitBook made to the online help structure, automatic Help translations from English to other languages using Google Translator temporarily don't work as expected ("Can't translate this page" error is displayed).
* Limitations and known issues of Be.Smart T4I Labs' individual features are described in their respective help chapters.


---

# 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://help.besmart.software/t4i/whats-new/version-26.4.1.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.
