Hello,
Currently, portals do not have a copy function, where it can save a record details as favorite and use the data to create a new record later.
I would recommend you to go through the below link for similar discussion on cloning the records on dynamics 365. Once you achieve this on Dynamics 365, you will have to figure out a way to expose the functionality to portals.
May be you can use a custom workflow to create a copy of a selected record and clone it to another.
Best Regards,
Harish M
Please mark as verified if the answer is helpful.
Hi, you can achieve this using Workflows or even Power Automate
probably the easiest way would be using Workflows, in your steps you can create a new case record, copying the values of the existing case
then you can add this in your entity form / entity list by adding a new action
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Power Apps Portals Super User
Thanks @OliverRodrigues
for creating copy, we can probably trigger a power automate using an action on the entity form for case. however for opening the record I wonder how do we open this newly created record on the portal?
ideally we need to append the newly created record Guid into the query string of the URL...
If the trigger to the Flow/Workflow is from the Portals you are better off with a Workflow (Real-time). The reason here is because power automate flows are always Async, and your Portals won't have visibility of the new created record once the flow is finished, you will end up with caching issues, possibly having to wait 15min to view the record in the Portal.
There are a few options to load your new created record, probably the easiest would be after the workflow you can redirect to a web page, containing a list of cases, you can even create a different entity list showing only "cloned cases"
Another option would try to perform a retrieve to get the new created record, you need to find the correct filter criteria to get the correct record, and then redirect via JS to the entity form page
Power Apps Portals Super User
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
10 | |
8 | |
2 | |
1 | |
1 |
User | Count |
---|---|
32 | |
24 | |
21 | |
8 | |
3 |