Category: Technical

I’ve exceeded my Pardot Usage Limits – what should I do?

It’s very common to exceed your Pardot account’s usage limits. This is a normal scenario encountered by most users at some stage of being a Pardot Admin, so don’t panic. The limits are Pardot’s way to remind your team to keep your account clean and organised. 

Continue reading “I’ve exceeded my Pardot Usage Limits – what should I do?”

Using Lazy Evaluation to Write Salesforce Apex Code Without For-Loops

Functions or for-loops?

A developer working in Javascript has access to some really convenient functions on Arrays. Functions like filter() and map()  can avoid the need to write for-loops. Is this actually a good thing? Can we write Apex this way?

Continue reading “Using Lazy Evaluation to Write Salesforce Apex Code Without For-Loops”