I'm currently using Field and Form rules to hide fields on form load, which works but I have to add new fields to the rule when they are added.
I'm now playing with custom scripts to try and handle this dynamically so that it hides all fields, even when new ones are added, except Site, Category, E-mail ID(s) To Notify, Alt Phone number, Technician and Status. I've been able to do it by listing the fields using $CS.hideField(["WorkOrder_Fields_UDF_CHAR90"]); but I'm unable to find any way to capture all.
Can anyone help with this?