What is the difference between UUID And Id?
Discussion posts and replies are publicly visible
Here I have a doubt:
Id:131UUID:_a-0000dee4-8f57-8000-3457-01ef9001ef90_2806So if you import this object to other environments UAT then the ID might change but the UUID will be the same as above
When Id changes then we can use only UUID right? My question is why do we need both ID and UUID.
Thank you for the help in advance.
In your daily live you do not need any of the IDs. When you reference an object you use a constant which internally uses the UUID.
Documents uploaded by users are referenced by their IDs but will not be part of a deployment package.
Thank you Stefan Helzle