Discussions
Hiding Cost & Price Fields on the ProjectTask Sublist
Just got done with my week-long SuiteScript class, and feel empowered!
All week, I've been fixing things left-and-right in our installation that have been driving us crazy for months--it feels GOOD!
Anyways, one issue that I've been trying to work on all week, and I still don't have an answer for is the following...
ISSUE: For non-admins, we want to hide the following four fields in the Assignees sublist on the ProjectTask record:
1. Price
2. Cost
3. Unit Cost
4. Unit Price
I tried the following function in a User Event Script (BeforeLoad):
[INDENT]function beforeLoad(type,form)
{
form.getSubList('assignee').getField('unitcost').setDisplayType('hidden');