Dear All,
Probaly i have a really simple question, which ofcourse i can't find out myself.
I need to get or request the name of a field in an onChange event.
An example:
You can request the name of an entity:
var a = crmForm.ObjectTypeName;
But how do you do this for a field? I've really searched all the books on my shelf and spend an hour on the internet.
So if its even possible, how can i accomplish this?
Im using CRM4.0 by the way.
The goal is that the fieldname is put in a variabele so i can put that in an URL. The variabele refers to a JS that must be called.