Name
global.DictionaryAttributeHelper
Description
No description available
Script
var DictionaryAttributeHelper = Class.create();
DictionaryAttributeHelper.prototype = {
initialize: function() {
},
set: function(table, element, attributeName, attributeValue) {
SNC.DictionaryAttribute.set(table, element, attributeName, attributeValue);
},
type: 'DictionaryAttributeHelper'
};
Sys ID
5dce44707341330078e83cf2c4f6a70b