The ID changes to hash but I’ve refresh 10mins later it go back to its original naming rule.
When a new GL entry is created, it initially receives a hash as its ID. This approach speeds up database row insertion, especially for large GL tables, as generating a new name can slow down the process. However, there’s a background job called gl_entry.rename_gle_sle_docs that runs every 30 minutes to rename these entries according to the naming series. This means that after some time, the ID will revert to the original naming rule.
Ohh okay thank you @NCP for clarification…
Good to know. Will watch out for this.
