How can I get the Submit for Approval button to show on my Lighting page layout? It is there for classic, but not for Lightning.
1 comentario
@Ellen Hunt - The roadmap shows this is coming in Spring '18: https://www.salesforce.com/content/dam/web/en_us/www/documents/e-books/salesforce-lightning-roadmap.pdf In the meantime, I created a checkbox called 'Submit for Approval'. When the record is saved, I have process which checks to see if the checkbox field is checked. If it is checked, it submits the record for approval, and then updates the checkbox to be unchecked so it can be done again if needed. Good Luck!