4.2 Field-level permission not working correctly

Posted by Jorrit on 02-Sep-2016 04:39

Hi,

in our test environment, we have recently upgraded to 4.2. 

In object order we have some field-level permissions by role (working correctly  in 4.1.1).

On the create new order page the fields with edit permissions (formula) are not visible at all. When i remove the formula the fields are displayed correctly.

Example formula on edit permmission:

if ({!status#id} === 65006 || {!status#id} === 110062 || {!status#id} === 65022){
return true;
}
else{
return false;
}

Can anybody help me in this?

Regards Jorrit

All Replies

Posted by Karthikeyan Bhaskaran on 02-Sep-2016 05:54

Hello Jorrit,

I am assuming "status" is a picklist field.
I could reproduce the problem with regards to the New record page.
I have logged a defect 52860.

Posted by Jorrit on 08-Sep-2016 08:28

Hi Karthikeyan,

yes status is a picklist field.

can you tell me when this is fixed?

Regards Jorrit

Posted by Karthikeyan Bhaskaran on 14-Sep-2016 23:13

Hi Jorrit,

This is scheduled for Rollbase 4.4, which is expected to be released in November.

Posted by Jorrit on 03-Nov-2016 18:37

Hi Karthikeyan,

Can you update me when the update with fix is released?

Regards Jorrit

Posted by Karthikeyan Bhaskaran on 08-Nov-2016 05:53

Hello Jorrit,

The currently expected release date is November 19th.

Posted by Karthikeyan Bhaskaran on 12-Jan-2017 02:50

Hello Jorrit,

An update:
This bug has been fixed in Rollbase 4.4.

This thread is closed