ok so I'm using the Schema Browser for Sales Order...
# suitescript
k
ok so I'm using the Schema Browser for Sales Order and there should be a required 'shippingAddress' field with type 'Address' which has fields like addr1, city, state etc. how do I refer to the address fields with freemarker? when I try ${transaction.shippingAddress.addr1}, when I go to save the form gives me an 'unexpected error', so I must be doing something wrong X_X