‎2013 Oct 21 7:29 AM
Hi Team
i want to create a text box in a workflow item . the work item should go from initiator to 1 level approval. once the 1 st level receives the work item the text entered by initiator should be in greyed out and below that the 1 st level approval person can write his comment in the single same text box
please can you suggest how to develop the attached text box and the text box should not have restrictions on number of charecters
‎2013 Oct 21 7:38 AM
Hello,
To create the text box in the workflow work item , create the own workflow work item design using the module pool screen and assign the same in the work item. so this screen will be displayed when user open the work item in his inbox.
Thanks and Regards,
Niraj Gadre
‎2013 Oct 21 7:46 AM
i want the previous comments to be in display mode and below that editable . that is all previous text added should be in display mode and below that new text should be added
‎2013 Oct 21 7:52 AM
Hello,
i think it is not possible to open the editor in the display only mode and edit mode with single editor instead. you can create one text editor with display all the previous comment in the one of the text editor in display only mode and another editor in the edit mode, where user will entered the latest comment.
so first text editor always content the latest comments in non editable mode.
‎2013 Oct 21 7:52 AM
As suggested create a dialog program and create a text editor on it. Send this as a work item. For creating you can refer example SAPTEXTEDIT_DEMO_3
‎2013 Oct 21 9:59 AM