Page 1 of 1

Flex backend extension

Posted: Thu Nov 19, 2009 5:22 am
by Dennis
Hello all,

I haven't checked the code of the admin interface yet, but I have a question about this.

If I extend the entities in my data model, for example for a product, does the admin application dynamically adds this new fields to the layout?
For example if I add a new String field called 'introduced by', can I immediately see this field in the flex admin tool, or do I need to add it manually ?

Thanx !

Re: Flex backend extension

Posted: Thu Nov 19, 2009 8:54 am
by bradford.taylor
Unfortunately at this time it does not. We have been looking at various possibilities for that but right now if you extend your entities on the back end you will need to make changes to the Flex code to match those changes.

Bradford Taylor

Re: Flex backend extension

Posted: Thu Nov 19, 2009 9:03 am
by Dennis
Thanx!