Display custom attributes in TaskList form type

ATM Hasan
edited March 3, 2016 in Documentum #1

Hi,

Typically my issue is that I would like to get certain custom attributes to be listed in  TaskList template creation where in I can select them from the "Available columns" list box and get the values displayed when Inbox/TaskList form is rendered for the user.

All I can understand is that only default attributes/columns available in the list can be selected but if I want to display my own, how should I proceed, if such a thing is possible.

In a nutshell, how can I access non process data in Task List.

Please help/guide.




Comments

  • VHK
    VHK
    edited March 3, 2016 #2

    create the tasklist query specific to the process

    In the Process add the process variables

    So then your process variables will be exposed if you are creating the tasklist query specific to the process where you have created the variable

    If the variable is available in tasklist query then that can be used in the resultlist binded

  • Ela
    Ela
    edited March 3, 2016 #3

    Hello,

    do you create your tasklist in forms builder or xcp designer?

    First option  - map attributes in process builder from package to process variables

    Second one - use Tasklist query and simple add a package.

    Regards,