Getting data

Hiii Everyone.

My project is online laundry service where the customer select the service type(wash,iron ect…)And clothe type and they have to enter the quantity of the cloths (I used page list property) based on that the total amount will be calculated. After the customer submit the request the items have to move to respective service specialists (I used Parallel processing).I my requirement The item that the customer requested for washing that details only has to visible to the washing specialist likewise iron and darning. How can I achieve this.

Hi @KirubaS2: Is this on the routing part? If so you can route the cases (in your parallel process) to specific workbasket ang give the work basket access to the selected users.

If this is on the UI part where you need to show only filtered values to the users, you can achieve this in multiple ways.

  • If the data is stored in a Table, you can pass conditions and get the filtered data
  • Adding a row visibility in the table configuration

Thanks

@ArulDevan Thankyou sir.It’s working