I
IramK
Guest
Hello, I have a formula field and I am performing the return of the formula as a string. There is a bug with this field in the formula area. 1) var str = ""; return str; // Throws an error 2) var str = ""; str; // Works fine I think it should work properly using the first approach. Formula field doesn't recognize a return for strings. Iram
Continue reading...
Continue reading...