We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

[object __SBjsiMap]

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
rquant
Posts: 16
Joined: Tue Apr 19, 2011 1:12 pm

[object __SBjsiMap]

Post 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>

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: [object __SBjsiMap]

Post 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

Post Reply