Page 1 of 1

[object __SBjsiMap]

Posted: Thu Sep 08, 2011 5:15 pm
by rquant
Hi, I'm trying to read in a value but apparently it is in an object, not sure.. when I try to log out the value of my variable I see the following value: [object __SBjsiMap]

How would I get the value out of this??

Code: Select all

<form id="Myform">
   <!-- Declare the variables that should be passed in from the calling point as parameters -->
            <var name="sessionId" />
            <var name="company" />
            <var name="ani" />
        <block>
            <log expr="'+++Authenticator---SessionId: ' + sessionId.toString()" />
            <log expr="'+++Authenticator---ANI: ' + ani.toString()" />
            <log expr="'+++Authenticator---Company: ' + company.toString()" />

            <assign name="CurrentPage" expr="VxmlPage" />
            <assign name="CurrentForm" expr="'AuthenticatorStart'" />
            <assign name="SessionId" expr="sessionId" />
            <assign name="Company" expr="company.toString()" />
            <assign name="PhoneNumber" expr="ani" />
            <assign name="IsAni" expr="true" />
            <goto next="#NextForm" />
        </block>
    </form>

Re: [object __SBjsiMap]

Posted: Fri Sep 09, 2011 9:53 am
by support
Hi,

Without knowing more about how the variable in question is formatted, we cannot say exactly how you should go about pulling this information. Could you provide more information?

Regards,
Plum Support