I have a "Projects" entity. It's required to use different BPF depending on "Project type" field value. I can not "hardcode" choosing the relevant stages sequence in BPF logic because stages should be able to edit by a customer: number of stages, name, some custom fields are dynamic. Something like that but actually stages should be generated from "Project Phase Duration" entity
The questions are:
- Is it somehow possible to regenerate BPF stages based on lookup table using C# code?
- If there are several stages in lookup table and I refer to some fields in stages steps then all stages display field values from the first lookup stage only. How to link displayed stage to relevant lookup record?
Will appreciate any help.