xCP designer - Text Multivalue input

anand_siv
anand_siv Member
edited May 11, 2016 in Documentum #1

Hi All,

How to move index of Text Multivalue Input[widget] to add new data into next rows. while user choose the rows of results list.

testing.jpg

Working on using stateless process to store the value temporarily. but still doesnt give solution to reflect dynamically. if user selects the different rows new data entered into index one for Text Multivalue Input[widget].

Regards,

Anand

Tagged:

Best Answer

  • anand_siv
    anand_siv Member
    edited November 25, 2015 #2 Answer ✓
    Hi Vinod,
    Requirement is to update the Text Multi value input [xcp widget] value from the result set. So that user can add and remove value using the widget  (Text Multi value input [xcp widget])
    I have used stateless process for storing the chosen value in arraylist and output to text multi value [xcp widget] and completed the requirement.
    Thanks

Answers

  • Vinojass
    Vinojass Member
    edited November 19, 2015 #3

    Update the group users by subscribing result list's selection change event.Don't think dynamic multiple temp data possible.

  • anand_siv
    anand_siv Member
    edited November 20, 2015 #4

    Hi Vinod,

    I have implemented the same. by subscribing to the selection change. but as soon as i do search  values are gone from the result set so does on Text Multivalue Input[xcp widget]. Can we store the list of string  in arraylist (chosen be cell click) either in javascript function or java service to be called from stateless process. And output to be mapped to Text Multivalue Input[xcp widget].

    Ragards,

    Anand

  • Vinojass
    Vinojass Member
    edited November 21, 2015 #5

    May I know your requirement?

  • anand_siv
    anand_siv Member
    edited November 25, 2015 #6 Answer ✓
    Hi Vinod,
    Requirement is to update the Text Multi value input [xcp widget] value from the result set. So that user can add and remove value using the widget  (Text Multi value input [xcp widget])
    I have used stateless process for storing the chosen value in arraylist and output to text multi value [xcp widget] and completed the requirement.
    Thanks

  • crossroadsk
    crossroadsk Member
    edited May 11, 2016 #7

    Hi Anand,

    I have a similar requirement. I want to find out if we can launch a custom action flow when we click on Add button in this widget.

    I want to perform below list of steps:

    • user clicks on add button
    • launch action flow step and show result list on the action flow step layout
    • allow user to search and select documents there
    • input selected documents into Text multivalue input widget when clicked on finish

    What was your approach to achieve your requirement ?

    Your inputs can help me save time. Thank you!