ujjval090683
Programmer
How can I add a data source to any attribute in Category.
I saw one category attribute details as below. How can I create like that?
Attribute Name: Vendor
A<1,?,Required=false,DisplayName=Vendor,customSQL=false,ValidKeyAttr={},ValidValues={select distinct Vendor from File_Data order by Vendor},Type=10013,NumRows=1,ID=6,ValidField=Vendor,RegionName=Attr_4609878_6,MaxRows=1,ValidKeyField={},ValidTable=File_Data,ValidKeyValue={},Search=true,FixedRows=true>
How can I retrive the data source values? Using the Below query?
select distinct Vendor from File_Data order by Vendor
I saw one category attribute details as below. How can I create like that?
Attribute Name: Vendor
A<1,?,Required=false,DisplayName=Vendor,customSQL=false,ValidKeyAttr={},ValidValues={select distinct Vendor from File_Data order by Vendor},Type=10013,NumRows=1,ID=6,ValidField=Vendor,RegionName=Attr_4609878_6,MaxRows=1,ValidKeyField={},ValidTable=File_Data,ValidKeyValue={},Search=true,FixedRows=true>
How can I retrive the data source values? Using the Below query?
select distinct Vendor from File_Data order by Vendor