I have tried the below code and it didn't work
Could you please help with this
Can you try:var toLocation = this.list.getData().getItem(1).C10)
Hi Rene,
I have tried this and it didn't work.
Thanks
OK, have you tried to use the Column Name for the current Record when it loose focus instead?
Something like this:
ScriptUtil.FindChild(_this.host, "WRXXXX").on("focusout", function(){ try { ScriptDebugConsole.WriteLine("attachEvents: focusout: WRXXXX=" + ScriptUtil.GetFieldValue("WRXXXX")); } catch (ex) { ScriptDebugConsole.WriteLine("attachEvents: Error:" + ex); } });
Hi Rena,
I need to get the multiple line record values. The above code seems to be getting a single record.