Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm trying to add a dropdown field to a document type of 4 text options. I've created a datatype as follows:
As you can see it doesn't display any database datatype option as in previous versions (http://our.umbraco.org/documentation/using-umbraco/backoffice-overview/property-editors/built-in-property-editors/Dropdown-Publish-Keys). Once I save a content item in this field it stores the value as the option's text string and not an ID.
How do I retrieve the ID value instead of the string?
Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco.DropdownlistPublishingKeys stores the string value
I'm trying to add a dropdown field to a document type of 4 text options. I've created a datatype as follows:
As you can see it doesn't display any database datatype option as in previous versions (http://our.umbraco.org/documentation/using-umbraco/backoffice-overview/property-editors/built-in-property-editors/Dropdown-Publish-Keys). Once I save a content item in this field it stores the value as the option's text string and not an ID.
How do I retrieve the ID value instead of the string?
Thanks
is working on a reply...