function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mobile1.3955696025783267E12mobile1.3955696025783267E12 

/sobjects/Order/describe/layouts/+RecordTypeId not returning right 'Editable' parameter for fields

I am gathering the PageLayout for a specific Object (Contact or order or others) based on the RecordTypeId using the /sobjects/Order/describe/layouts/+RecordTypeId

Since a few days the RestApi /sobjects/Object/describe/layouts/+RecordTypeId  is not returning right 'Editable' parameter for the different fields.

I mean if I set a field as readonly in the corresponding pagelayout it stills tells me that the Editable parameter of that field is true. 

For example if in the pageLayout of Order I set the type field to "readonly" when I run the RestApi it tells me that the field is Editable=true. 

It works for "required" parameter, but not for "readonly". 

It did work a while ago may be a problem with an upgrade?

Can you please help