Is it possible to display Activities related (contains activity relationship) to a Problem Record?
I know Service Manager doesn't use activities for PR's, but it's still possible to relate them just like you can to any other work item. I've modified problem.js to display an Activities tab (just copied it from changerequest.js). However, related activities don't actually display there. Can something be done? Thanks for any tips!
Best Answer
-
Jeff_Lang Customer Ninja IT Monkey ✭✭✭✭check out https://community.cireson.com/discussion/3901/problem-records-activity-support#latest for my solution to this, it also includes a type projection to get the activities displaying, as the OOB ones do not include activities.
6
Answers
That Activities container is looking for a different relationship. If you do a "simple" Related Work Items add(which it sounds like you've done) you may just need to add a Related Work Item control to the PR form.
With that class id, it only targets MAs(for adding). It could easily be changed to the Activity class id or even work item.