> For the complete documentation index, see [llms.txt](https://matt12945.gitbook.io/eft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://matt12945.gitbook.io/eft/functions/utility/generatenewid.md).

# utility.generateNewId(string)

Generate a ID starting by a defined value

**Usage exemple :**

```javascript
const value = 'JET'
utility.generateNewId(value)
```
