- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
You need to define datatype in schema:
<element label="Long value" name="longValue" type="CDATA"/>
And then you can store value in your variable using javascript.
Thanks.