Avatar

Level 4

I have a method in a fragmentScript script object that creates a javascript object formatted like below:

customerObject
    name      [string]
    address  [string]
    city        [string]
    state      [string]
    list of accounts    [array]

When the script is done executing, the subform containing the script gets hidden, and needs to pass the object to another subform which becomes visible. 

Can I pass this object via a form variable (located under File-Form Properties, Variables tab)?  That is, can a form variable contain a complex javascript object?

Thanks,

Elaine