Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Unique field (Read 2313 times)
elpuerco
Junior Member
**
Offline


Time?  What's time matta
to a pig?

Posts: 94
Joined: Oct 2nd, 2007
Unique field
Nov 28th, 2007 at 12:36pm
Print Post  
I am just about to code my app to write a unique value to link to a non planner.net related table and notinced that in the items table there is a field named id which has from what I can gather a unique value for each row.

it is safe to presume that I can make use of this field as the unique value has already been created for me?

Or is there a possiblity that the id field will change with later releases thus affecting my app?

Thanks
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Unique field
Reply #1 - Nov 28th, 2007 at 12:49pm
Print Post  
This should be the field corresponding to the Id property of the item. The Id property is supposed to be unique amongst items (unless you change it) since a new GUID is assigned to it upon item creation. Therefore I suppose it is safe to presume it is globally unique.

Meppy
  
Back to top
 
IP Logged
 
elpuerco
Junior Member
**
Offline


Time?  What's time matta
to a pig?

Posts: 94
Joined: Oct 2nd, 2007
Re: Unique field
Reply #2 - Nov 28th, 2007 at 2:26pm
Print Post  
Great, that means I can simply use the value the planner.net control creates as my link between tables.

Thanks
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint