I'm working in Power Apps on a model-driven solution.
This is my use case:
My problem:
I want to create a list of tasks that can only be associated with my custom Opportunity records. Tasks would include things like:
I considered an Opportunity Checklist table that had a flag field for each task and business rules to ensure that process order was enforced. But that means that I don't get the nice OOB timeline functionality that custom Activities provide.
I also considered custom Activities. But I'm not sure how to put that in a BPF. Does the BPF go on the Activity instead of the Opportunity? Do I need multiple custom activity tables or just one with the activity type choices limited to my desired task types? I've read the docs on activities half a dozen times now and I'm still confused. 😕
Any thoughts on how I can build a staged checklist for my Opportunity?
Solved! Go to Solution.
I will suggest that you create a new custom activity or use the existing Task entity and when an an opportunity is created then you can have a flow that creates these task in specific and set the regarding to the Opportunity that way they can appear in the timeline ..
If you want your checklist of tasks to be dynamics so you can create a new table called checklist opportunity tasks
I will suggest that you create a new custom activity or use the existing Task entity and when an an opportunity is created then you can have a flow that creates these task in specific and set the regarding to the Opportunity that way they can appear in the timeline ..
If you want your checklist of tasks to be dynamics so you can create a new table called checklist opportunity tasks
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
17 | |
11 | |
9 | |
6 | |
4 |
User | Count |
---|---|
23 | |
17 | |
16 | |
15 | |
12 |