Display in new tab when outputLink is clicked in Visualforce
<apex:outputLink value="{!URLFOR('/' + targetObject.Id)}" target="_blank" id="TargetObjectId">{!targetObject.Name}</apex:outputLink>
kinkun's blog
Display in new tab when outputLink is clicked in Visualforce
<apex:outputLink value="{!URLFOR('/' + targetObject.Id)}" target="_blank" id="TargetObjectId">{!targetObject.Name}</apex:outputLink>
CANNOT_EXECUTE_FLOW_TRIGGER
Error details when executing test class
System.DmlException: Insert failed. First exception on row 0; first error:
CANNOT_EXECUTE_FLOW_TRIGGER,
This record cannot be saved due to a failure in the "Campaign Create, Member Status Auto Set" process.
Please report the following details to your Salesforce system administrator:
Salesforce has no records that match the deletion criteria.
Salesforce has no records that match the deletion criteria. : []
One of the solutions is as follows:
@isTest(SeeAllData=true)
※May be effective in some cases.