I have a custom job entity in CRM 2016. It has a relationship to itself (Post-Completion Job). So basically if I know that a process will require 2 "jobs", I create the 2 jobs, and assign the Post Completion job to link the first job to the second.
I wanted to create a Business Process Flow that contained these two jobs. The use would schedule the first job, then go to the next stage which is the dependent job, and schedule that one (with JS/Business Rules to ensure that the second job is scheduled after the first one is completed)
I thought it would be as simple as creating two stages, and setting the second stage's relationship to use the Post Completion Job relationship, but when I attempt to do this, I'm unable to select any relationships:
The Modal that pops up just says: "There are not Stages that you have to select relationships for."
Is what I'm attempting even possible? If so, what am I doing wrong?
*This post is locked for comments