I am wondering if it is possible to add new properties to Tasks detail screen under Process Manager (Opportunity). We would like to add two new fields.
I tried to create a new BO that inherits from TaskItem BO and add fields but then there is no way to tell iMIS to use the new BO. It seems like it is all hardcoded.
I also tried to add those fields to TaskItem table and edit TaskItem BO to add those fields although I know that would be overwritten by the upgrade but that did't work either.