Hi Community!I try to figure out why on my custom table which i extended from sn_customerservice_case and has no own ACLs on it following code is not working as i would expect:
var record = new GlideRecord('sn_customerservice_standard_case');
record....