Challenge 2 for the day - When my users were in classic and wanted to find old opportunities associated with a product number, they would go search the product name, try to delete it and Salesforce would tell them that it could not be deleted because it was on several opportunities and it would list them.
How can they do this in Lightning? Essentially, they want to search a product code and have SF bring back all of the opportunities associated with that code. Thanks
2 件のコメント
@Lisa Cassidy You could also create a Flow that would Lookup a Product, Get Records (Opportunity LineItems), Loop through the LineItems and Get Record (Opportunity) and save the Opportunity record to a SObject collection variable, then display a datatable with fields from the Opportunity SObject collection.