Custom URL buttons aren’t supported in Lightning Experience.
yes! but they are possible in few cases.
Scenario: Opportunity related list custom list button(requirement is to keep the different button label) which will create new opportunity.
Solution: User URLFOR & merge actions to make the create URL.
Example: {!URLFOR( $Action.Opportunity.New, $ObjectType.Opportunity )}
Advantages: supports conditions of Classic and Lightning ( This is a great feature)
Dear Salesforce, please document this.
yes! but they are possible in few cases.
Scenario: Opportunity related list custom list button(requirement is to keep the different button label) which will create new opportunity.
Solution: User URLFOR & merge actions to make the create URL.
Example: {!URLFOR( $Action.Opportunity.New, $ObjectType.Opportunity )}
Advantages: supports conditions of Classic and Lightning ( This is a great feature)
Dear Salesforce, please document this.
IS there any way to do that for custom object? Create a custom button for child object based on the record type?
ReplyDelete