You can use an object too. It treats object like ...
# suitescript
j
You can use an object too. It treats object like a dictionary data structure. If object is
Copy code
{
  key0: value0,
  key1: value1,
  ...,
  keyN: valueN
}
each stage gets key and the value for that key
👍 1