7912 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » Is it possible to edit the ID field through the CMS?
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 267 Views |
-
Is it possible to edit the ID field through the CMS?

11 August 2012 at 6:03am
I am looking to add the ability to show and edit the ID field of one of my database through the data manager in the cms. Can anyone please help me out? Thanks in advanced.
-
Re: Is it possible to edit the ID field through the CMS?

13 August 2012 at 3:15pm Last edited: 13 August 2012 3:18pm
You can show the ID field like any other:
$sfield->addFieldToTab('Root.Main', new ReadonlyField('ID', 'Record ID'));
However, you can't make it editable - the ID is expected to be immutable, and is automatically generated. I can't think if a reason why you would want to make the ID editable - perhaps if you say why you need to do this an alternative solution can be found.
Note: for some databases it would be technically possible to allow editing the ID in the CMS, but this would be a very bad idea.
| 267 Views | ||
|
Page:
1
|
Go to Top |


