Hi, I am wondering is it possible to get portal site settings through the Plugin code? If I query the DB, I can see those values, any way to get it from plugin code?
select * from adx_sitesetting

Hi, I am wondering is it possible to get portal site settings through the Plugin code? If I query the DB, I can see those values, any way to get it from plugin code?
select * from adx_sitesetting
Hello,
adx_sitesetting is a standard entity so it's possible to query that data using the same approaches that are used to query the other data - contact, accounts and so on.
Good luck.