Hi Sunny,
Sunny Thakur wrote:
Data gets displayed in Node NAVOBJECTSLIST - Attribute OBJECT_TEXT but since this is of only length 40 char so when data is more than 40 char it gets chopped off from the end.
Here I can understand that the context attribute is having only 40 chars and the display text is with more than 40 chars and text is being truncated in display. Hence just creating view element text edit/ text view and binding to an existing attribute will not solve your issue.
You can achieve your requirement as below
Case 1: If the Context node is bound any ddic structure
- Open the ddic structure and append new strcture and create a field with required no. of chars
- Right click on context node, use menu - Create using the wizard ---> attributes from components of structure
- Choose the field which you have included into structure. i.e. now new attribute is added into context node
- Use this attribute and create an text edit/view ui element on view and bind it to the new attribute
- hide the standard ui element form view
- Populate the value to newly created attribute
Case 2: If the context node is not bound to any ddic structure
- Create an attribute into the context node by using menu; create->attribute
- Use this attribute and create an text edit/view ui element on view and bind it to the new attribute
- hide the standard ui element form view
- Populate the value to newly created attribute
You can check out the case which is relevant to you and follow the steps to resolve the issue.
Hope this helps you.
Regards,
Rama