Extending NC2.2 Tables in Plugin

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hi,I'm working on my own plugin,I need to extend product table
I know that I'll have a diffrent context in the plugin ,so, no navigation properties can be used.

so, shall I extend the product table via Domain.Data... within my plugin & run sql statments via ssms.
OR,create my new table product_ext table to include such extentions with productID as its pk ?

Thanks.
12 years ago
The easiest way for further maintenance (upgrading) will be creating a new table [Product_exc] as you suggested. I would recommend it. But if you do not plan to upgrade to the further versions (for example, you're going to apply a lot changes), then just extend Product entity
12 years ago
Thanks Andria.

I 'm trying to maintain my custom design with my plugin to esialy upgrade to future NC versions.

By the way I'd like to thank you & the NC team for Plugins!!!
No I can easily have my customization for NC with no worry about future release!

Thanks a lot.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.