You could use a custom table, but you don't have to and it's not needed in most cases. What are you trying to do?
You could just create a document type and add generic properties to that document typ (its one of the tabs). En then add new content-nodes of type "company" insted of having a custom table.
umbraco and custom help tables
Hi.
I have the following scenario:
My website has a table called "Companies", which includes an id field, companyName field, and companyImageUrl field.
How do I set up an umbraco document type for adding entries to this table ?
Maybe I shouldn't use a custom table at all ?
Thanks.
Hi!
You could use a custom table, but you don't have to and it's not needed in most cases. What are you trying to do?
You could just create a document type and add generic properties to that document typ (its one of the tabs). En then add new content-nodes of type "company" insted of having a custom table.
is working on a reply...