Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Has anyone (with limited or no customization), came up with a way to limit the type of a process object to select based on the base object type?
The use case I am investigating is this:
Subtype of Change Review (called Milestone Review). I want users to create Problem Reports against the review to document issues found while completing the review using a subtype of a PR (Review Finding).
Ideally, even from the Action menu I would like the selection to be "New Review Finding" instead of "New Problem Report" when being created against the "Milestone Review" subtype.
Alternatively, when "New Problem Report" is selected, I would like it to default to "Review Finding" as the subtype in the New PR wizard
Hi @jbailey
I'm not sure You can achieve your needs without customization
I would create new action with copied wizard from the problem report and just set the specific type in the copied wizard. But this is more then light customization 😄
but the alternative is to set default problem report type but I am sure you know that 😄
You can set it for a specific context, and allow to create it just in the specific context.
PS> It would be really nice to have an option to just copy the action in the actionModel.xml and add some specific subtype that is allowed to create by that action(button) 😄
PetrH
The "Problem" is I still want to use the OOTB Problem Report (or other PR Subtypes) as the default Problem Report - because this is reporting a "problem" against only a specific object type.