Writing Trigger Handlers for Salesforce

By |2023-03-02T09:44:38-06:00March 23, 2016|

Redpath demonstrates a repeatable way to ensure trigger execution order, simplify your code, and provide an extendable template to replicate as your trigger functionality expands. https://www.youtube.com/watch?v=dQ2J4QJ-rb8

Salesforce Custom Permissions Demo

By |2023-03-02T09:44:39-06:00March 23, 2016|

https://www.youtube.com/watch?v=fHXkyj5TVP8 The following is code used by Jaren in the demonstration:  Validation Rule: AND(PRIORVALUE( IsClosed )= TRUE,Not($Permission.Can_Edit_Closed_Opportunities)) Visualforce Page: Delete_Contacts),     null,     urlFor($Action.Contact.Delete, $CurrentPage.Parameters.id, [retURL='/003'], ...

The Dawn of TeenForce

By |2023-03-02T09:44:39-06:00March 9, 2016|

A few years ago, I was asked to manage User Accounts in a program that the non-profit organization where I worked was piloting. Since I was always excited about learning ...