Clearent Connects

Clearent Connects


Clearent Connects: Navigating Field Services with FieldEdge’s Brett Worden

May 08, 2020

In this week’s episode, Phil talks to Brett Worden from FieldEdge about navigating field services during the Covid-19 pandemic and beyond.While social distancing and PPE may help contractors and customers be safe and healthy when providing services in the home, there still comes a point where interaction is unavoidable. But bringing contactless payments to the field services space allows contractors to take payments in a way that is conducive to the current environment. By identifying parts of the field services industry where technology may be lacking, FieldEdge is finding innovative ways to navigate and offer a cloud-based solution with wireless communication and integrated office management including invoicing, bookkeeping, dispatching, tracking, marketing, and more.










Connect with Us to Learn More about becoming a PayFac








// Create browser compatible event handler.
var eventMethod = window.addEventListener ? "addEventListener" : "attachEvent";
var eventer = window[eventMethod];
var messageEvent = eventMethod == "attachEvent" ? "onmessage" : "message";
// Listen for a message from the iframe.
eventer(messageEvent, function(e) {
if (isNaN(e.data)) return;

// replace #sizetracker with what ever what ever iframe id you need
document.getElementById('sizetracker').style.height = e.data + 'px';

}, false);