I'm working with PencilBlue, and I'm having trouble with the custom objects Id's. The "name" field is used as an Id, but I would like it to be just a regular field and have an "id" field as identifier.
How could I achieve this?
I'm working with PencilBlue, and I'm having trouble with the custom objects Id's. The "name" field is used as an Id, but I would like it to be just a regular field and have an "id" field as identifier.
How could I achieve this?
PencilBlue cofounder here. Each custom object will have a unique id field supplied from the MongoDB database. You can also create another form field for a non-unique name and use the name field for UID.