10-10-2014 07:29 AM
[object Object]
{"archiveIds":{"K1":"NSP System","Z1":"PEI System","Q1":"KKK Dev System","Q2":"KKK Dev System","Z3":"PEI System","Z2":"PEI System"}}
<webscript>
<shortname>Get Dropdown values</shortname>
<description>
Get all dropdown values for archiveId
</description>
<url>/my/company/feature/getArchiveIds</url>
<format default="json"/>
<authentication>user</authentication>
<transaction>none</transaction>
<family>my company</family>
</webscript>
10-11-2014 11:17 AM
successCallback: {
fn: function(res) {
if (res.json !== undefined)
{
var results = res.json;
alert(results);
}
},
01-29-2015 10:43 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.