We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Thanks. Interesting that KB1578131 suggests the property can't be edited/changed. We manage two instances and we were able to edit on one of them, but not the other. Both on Australia patch 3 HF1. Both as Admin.
Thanks. Another useful method for checking if a table was extended from Task table -- new TableUtils("param_table_name").getAbsoluteBase() Ex: if (new global.TableUtils(current.getTableName()).getAbsoluteBase() == 'task' ) {}
For anyone in a similar boat, I found an easier way to achieve this. On Xanadu, https://instancename.service-now.com/now/sow-admin/donut-configuration/1
@VyshnaviA067963 Got this exact question on my CSA exam. As mentioned in this post, table.None seems to grant access to all record data even if table.* is defined or not. Answer (I believe) is D.