# March

### Track and Trace Genealogy

To access this feature, go to Insights -> Production Report -> Material panel. Pick a date range to your preference.&#x20;

The data are then available in a table or genealogy graph forms.

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

### Real time Order Stats available for Edge

When using Expressions to trigger events on the Edge tag, you can now access the current progress of the order.

In the example below, to have a trigger that fires at 80% of completion of an order, put this in the **Evaluation Script** field.

`order.completedQuantity / order.quantityTarget > .80`

<figure><img src="/files/4gNwi7W7HBKDtS2uJWt8" alt=""><figcaption></figcaption></figure>

### Enable Material Properties Update & Insert in Scheduler&#x20;

Material Properties can now be upserted (update if value already exists and insert if did not) in Scheduler via API. Check our swagger and look for material-definitions/upsert.

### Dynamic Option List - a new data type

Dynamic Option List is a new data type that allows for more flexible options configurations and also manipulations of results.

It is available on a number of item types. For the example below, the item type used is Data Entry.

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

After choosing Calculation, you will be presented with a standard Evaluation editor. In this example, we put in 2 options as below. Then after saving the Calculation and item, you will be presented with a neat customized option list like below.

`[{name: 'Option 1', value: '1', pass: true}, {name: 'Option 2', value: '3', pass: true}]`

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

##

### Improved Search for Articles in Activity Template editor

Search for Articles more easily with improved navigation.

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

### Sort Activities by Completed timestamp&#x20;

**Note:** To make sure this Sort works, make sure to **filter Activities by Completed** first.

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

### Portrait Mode mode for Station View on a tablet

Station View is now available on the tablet version of TilliT. This portrait view can be useful when using the tablet keyboard to type and fill out the forms.

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

### Improved Filtering Interface in Mobile

Desktop styled activity filer are now available on smaller screen sizes and much easier to use.

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

### PDF Order Report available in emails&#x20;

Order reports in PDF form are now available to be sent as part of email notifications. Some of the information that will be included are:

* Order Number
* Production items details (their quantity, unit of measurement, etc)
* Due date, release dates
* Relevant barcodes
* And more!

### Automated Activity submission&#x20;

Activities with this feature checked will be submitted as soon as it gets issued. This type of activity is useful for automatically collecting and submitting data and does not require an operator.

<figure><img src="/files/1jcuK5f3sMzloyugujNp" alt="" width="563"><figcaption></figcaption></figure>

### Activity Details available in Calculation Preview

Activity Details available in Calculation Preview

A new panel containing Activity Template related data that can be used for your calculation. This is available for:

* Creating Evaluation items and Read-only notes
* Configuring[ Active and hidden Item Expressions](https://help.tillit.cloud/tillit/knowledge-base/setting-up-tillit/activity-templates/activity/item-properties/active-item-and-hidden-expressions)

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

### Displaying Articles in Mobile View

Articles attached to Activities are now available to view when using Mobile View.

<figure><img src="/files/f31rYWwBkTtYR6dmhxee" alt="" width="205"><figcaption></figcaption></figure>

### Display BOM (Bills of Materials) from all operations on order detail

To access all BOMs from all operations from the selected order, check **All Operations** in Order's Details.

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


---

# 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://help.tillit.cloud/changelog/2024/march.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.
