Hi,

I would like to display the Activities or processes due date as a column in data list inbox.

I can display Create Date and Modify Date are there but note Due date and Service Monitor Level.

Is there any way to achieve the above?

Regards,

Patrick M

4 Comments

  1. Hi Patrick,

    It's not that clear cut as for now as we are defining the column by ourselves now. That is, through the fields that we can find in the form and not through the process data. However, this is an very interesting question. We will try to look into this.

    Cheers

    1. Hi Hugo,

      Thanks for the response. 

      While waiting for this feature to be supported, can we look at a work around by creating a common field displayed in each form that will increment the current date by a certain amount of days?

      We will then use this field as a column in our data list inbox.

      It is another way of setting our own due date in a custom field instead of counting on the inbuilt due date.

      Your assistance is highly appreciated,

      Regards,

      Patrick M

      1. Hi Patrick,

        You may use a textfield and then make use of the Date hash variable. Please see Hash Variables.

        Example of value date you can put into the textfield is:-

        #date.DAY+7.EEE, d MMM yyyy h:mm:ss a#

        This will return date time 7 days after the current.

        Cheers.

        1. Hi Hugo,

          Thanks a lot. It works fine.

          Regards,

          Patrick