Posting this for one of my closest colleague/friend! She is looking for Freelancing opportunity on Adobe Workfront Admin role. She is certified core developer - professional, project manager - professional with 3 years of workfront experience(overall 7 years of experience). Please let me know if the...
In that case, you can make the Filter default in the layout template and also educate the users on Filters, Views and Groupings functionality which will be helpful in day-to-day work.
This is like Sharing any other object in Workfront would have. I dont remember the setting names exactly, but there used to be something related to Group admin access on each field/form.
I am unable to find the Form setting/Field Settings/Field Sharing options anywhere on the custom form.These options were available in the Old UI.Did Workfront removed those features from CustomForms? If not, Can someone please help me find these in the new Custom form interface? Thanks in advance!
To avoid a huge calculation which will not be scalable for any future changes, below is the pattern/formula that we came up with and works well with a short nested IF condition. row=1, row*columncolumn=3, row*columncolumn=2, ((row*column)+(row-1))column=1, ((column+1)row+(row-2)) Calculation:if(row...
Only way is to have a big nested IF condition on the calculated field. IF(field row = 1,IF(column=1,1,IF(column=2,2,IF(column=3,3,0))), IF(field row = 2,IF(column=1,4,IF(column=2,5,IF(column=3,6,0))) IF(field row = 3,IF(column=1,7,IF(column=2,8,IF(column=3,9,0))) IF(field row = 4,IF(column=1,10,IF(c...