-
Function not returning value.please see the code?
Function not returning value.
Created a custom javascript button on Contact and need to get value with help of function but on clicking it is showing undfined. Here is my code.
var r = ISNUMBER({!Contact.CustomField});
alert(r);
Log In to reply.