Am I missing something or is the following a bug? I think it is a bug. :cry:
I have the following Business Objects:
BO1 with attribute ItemA which is a Plain Text field with a lenght of 100 and Presentation of 3 Lines with 35 Symbols.
BO2 wich has a relationship with BO1 and attribute SCItem which is a Shortcut to BO1.ItemA
I would like the attribute BO2.SCItem to appear on the BO2 form as 3 lines with a width of 35 Symbols but it appears as 1 long line.
I do not see anywhere on BO2.SCItem to define the width or number of lines, so I would think this would come from the BO1.ItemA definition, but it does not.
Any suggestions?