Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

GUID

Former Member
0 Likes
527

What is GUID????

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
478

Guid is abbreviation of Geographically Unique ID. It is a 32 char field available in almost all master and transaction data tables in CRM . It's value identifies that the record is unique and no such record exists anywhere in the CRM system. However please note that Customizing tables do not have a Guid where the key is maintained by short text. I hope this helps

Guid is abbreviation of Geographically Unique ID. It is a 32 char field available in almost all master and transaction data tables in CRM . It's value identifies that the record is unique and no such record exists anywhere in the CRM system. However please note that Customizing tables do not have a Guid where the key is maintained by short text. I hope this helps

2 REPLIES 2
Read only

Former Member
0 Likes
478

The GUID is used as a key. They use a GUID in CRM because of its uniqueness and to have a central numbering instance in the server: Esp. because of the mobile sales scenario where data is created in different sites and thus numbering them in order would be very difficult to ascertain they assign GUIDs first and number them then later in the server.

Read only

Former Member
0 Likes
479

Guid is abbreviation of Geographically Unique ID. It is a 32 char field available in almost all master and transaction data tables in CRM . It's value identifies that the record is unique and no such record exists anywhere in the CRM system. However please note that Customizing tables do not have a Guid where the key is maintained by short text. I hope this helps