Dot Walking vs GlideRecord Query
I have a requirement to copy a bunch of fields from a table selected in a reference field to the form with the reference field on submit. In the Business Rule, would it make more sense to dotwalk each of these like this: current.value1 = current.u_r...