Collin Romeijn
Mega Guru

Hi jennv,

 

The dotwalk "company.supplier.product" is that from the ".requestor" related field ?

If so, then in most cases you can just use g_form.setValue('FIELDNAME', myTableGLideRecord.requestor.company.supplier.product); But to dotwalk the fields need to be reference fields. The last value you want to get can be any types of fields.

 

In some cases its beter to first use something like  var xx = g_form.getValue('Full dotwalkstring); and then use the variable to set a value.

Let me know if this helps, if not please provide more info about the script in total.

Kind Regards,

Collin