suitescript 2.1 will allow you to use Enhanced Obj...
# suitescript
b
suitescript 2.1 will allow you to use Enhanced Object literals so you can do
Copy code
var bigDictionaryVariable = {
	[x.id]: x.param,
	[y.id]: y.param
}