1. Best practices for developers

Entity IDs

Do not use database-generated entity IDs in your integration. These are incremental integers that are deployment specific. Instead, use the identifier string. It is not deployment specific and can be used in imports and exports, for example.

If you have suggestions for improving this article, let us know!