Add a clone button to each record in a related list using flow #inSalesforce
Create a variable recordId, record type, Case object, available for input
Add screen element-
Subject - text type - default - record.subject
Description - text
Add Assignment -
recordId.Subject equals Subject from screen
recordId.Description equals Description from screen
Add Create Record -
Create Case, one, use all values from a record, recordId
Add Screen element - Done message
Save and Activate the flow and copy the flow path
Create a Case custom field - Clone Field - Formula data type - HYPERLINK("/flow/cloneCaseFlow?recordId="&Id,"Clone","_blank")
Add the field in Contact page layout case related list object columns
Test and try out the clone as in video
Comments
Post a Comment