[ic] Adding Additional Info To orderline table

Paul Jordan interchange-users@icdevgroup.org
Tue Jan 7 22:38:00 2003


> Hey everyone,
> 
> I have a custom field within the products table called "brand." I need
> to concatenate both fields "brand" and "description" from the products
> table when entering a record into the orderline table. That way brand
> name and description are included within the "description" field in the
> orderline table. Can anyone help me with this issue? Thanks
> 
> Thanks.
> 
> Matthew Villa


Assuming everything is done correctly, you could try in etc/log_transaction


- description: [filter mac][item-description][/filter]

+ description: [filter mac][item-field brand]-[item-description][/filter]




untested and HTH
Paul