Hi - I'm running into trouble with my AD query when an AD profile lacks a middle initial. Here's the vbscript snippet
strRSUser = "SELECT displayname,givenName,initials,sn,employeeID,postalcode,memberOf,objectCategory,physicaldeliveryofficename,mail,manager FROM 'LDAP://" & strDomain &"' WHERE...
Thanks for the help. I think I'm getting closer, but I'm not quite sure how to share info between onRecordSave and compareDate. Here's what isn't working (I imagine because fieldString is empty?):
function compareDate(a, b)
{
var aDate = fieldString.match(rgx)[0];
var bDate =...
In a web app for which I'm responsible, I've been asked to sort contents of a form field by date descending using the date that starts each list item. I'm supposed to do this either onBlur or perhaps onSave because users are entering stuff willy-nilly. In any event, though I can very easily sort...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.