This field renderer has been working well for us for a long time and now it isn’t. I wonder if it is from a recent update?
//
var field = arguments[0],value = arguments[1];
var currentDate = new Date();
skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode;
if (skuid.time.parseSFDate(value) < currentDate) {
field.element.css({‘min-height’:‘30px’,‘color’:‘red’});
}
//
It is supposed to turn the text red if the date is in the past. The date just looks normal now, even though it is in the past.
Question
Field Renderer No Longer Working

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.