if (window.isc == undefined || window.isc.DataSource == undefined){  alert("Can't load DataSources - SmartClient runtime not loaded");}isc.DataSource.create({
    restrictPublisher:"true",
    allowAdvancedCriteria:true,
    linkedDataMethods:"getPublisher;         PKID|getPkid;         NAME|getProductGroup;         WRAPNAMES|getWrapNames;         PRODUCTGROUP|getProductGroup;         SESSIONSIZE|getSessionSize;",
    includeGlobals:"false",
    mappedBeanClass:"com.paceap.eden.jpa.main.DAHardTags",
    ID:"daHardTags_DS",
    dropExtraFields:true,
    fields:[
        {
            name:"PKID",
            hidden:true,
            type:"integer",
            primaryKey:true
        },
        {
            name:"PRODUCTGROUP",
            title:"Product Group",
            type:"text",
            canEdit:false
        },
        {
            name:"NAME",
            type:"text",
            canEdit:false
        },
        {
            name:"WRAPNAMES",
            title:"Wrap Configs",
            type:"text",
            canEdit:false
        },
        {
            name:"SESSIONSIZE",
            title:"Session Count",
            type:"integer",
            canEdit:false
        }
    ]
})
