Page 1 of 1

A company with a multilingual website wants to extend the product display page to display some proprietary information.

Posted: Fri Aug 26, 2022 9:59 am
by answerhappygod
A company with a multilingual website wants to extend the product display page to display some proprietary information. This proprietary information can either be in the form of a string or a number.What is the most efficient way to store and display this new information?

A. Save this information in the provided custom fields in CATENTDESC (e.g fie Id 1. field2. etc ....) and reuse the existing access/data bean
B. Save the information in an extended CATENTDESC table, create a sub-noun in the OOB CatalogEntry noun and then use DSL to access the new data
C. Save the information in an extended CATENTRY table, create a sub-noun in the OOB CatalogEntry noun and then use DSL to access the new data
D. Save this information in the provided custom fields in CATENTRY (e.g field 1, field2, etc ....) and reuse the existing access/data bean