how can i disappear a field from a native record? i want unit cost invisible to most users, from project task assignment record. i disappeared it from the sublist, but it's still searchable in the ui. it's not a custom record, so i don't think there's any way to use permissions list.
c
C_Billings
02/28/2019, 9:46 PM
When I want a field to disappear I change the label to blank on the form...will that work here?
j
James Morris
02/28/2019, 9:53 PM
Can't you just edit the form and uncheck the show checkbox? Then (as administrator) use the standard or another custom form?
r
reptar
02/28/2019, 9:54 PM
It's already been removed from the project task form with a UE beforeLoad script. I don't know where else it might be. I think the request is for it to not be visible at all, which includes saved searches. I don't know how to do that without figuring the permission out and removing that from all the roles. We just want admin and another role to be able to see it.
j
James Morris
02/28/2019, 9:55 PM
Okay, gotcha. Yeah, that sounds like a custom field would be a better place to store that information. Any chance you can create a custom field and migrate the same information over?