[ic] Access fields in table

Ron Phipps interchange-users@interchange.redhat.com
Wed Sep 5 15:10:01 2001


> -----Original Message-----
> From: interchange-users-admin@interchange.redhat.com
[mailto:interchange-
> users-admin@interchange.redhat.com] On Behalf Of Chad Wittrock
> This is probably a simple question, but I am having no luck in finding
> help
> in the tutorial or mailing lists. Maybe this is so simple it is not
> covered
> there?? I want to access other fields in a database table. For example
you
> can access a product's description, price, etc by tags like
> [item-description] or [item-price]. What if I want to access say the
> wholesale field? I tried [item-wholesale] but that is taken literal so
it
> doesn't work. I tried [field code="sku" name="wholesale"] but that
doesn't
> seem to work either. Am I close on this? Can someone help me? I am
just
> trying to get a feel for the tags used in Interchange. I am studying
the
> Tag
> Reference, but it is still a little over my head.

Try [item-field wholesale] and you should be in business!

-Ron