Good morning,
We have a simple rule using Data Source that says:
if X is equal to Y, fill A with B; but nothing is getting filled on B.
Here is the messy part. Our institution is getting some values from a data source that looks like this:
CN=username,OU=People,OU=Company,DC=company,DC=com
I had to use javascripts to pull the username from that very string, then place it in a hidden field so basically now what we are saying is, if the hidden field is the same as the person logged in then fill A with B.
Nothing gets filled in B, and I wanted to do some debugging, but I can't think of a way to do it.
One suspicion is that I don't have a record in our data source, hence returning nothing. Would there be an alternative way to debug this without asking for database access, maybe setting up some static content?
In some instances, where I add static content via JavaScript, it seems as if the static content gets populated and then it disappears, as if the JavaScript fires before the Look Up Rule.