How to identify the field for which license is required to access

I get below error while saving Calls through REST API.

"Not allows to edit field call_recording_url in module:calls"

The field is not able to modify in CRM, PFA

While trying to get metadata for calls, I get below response for the call_recording_url. But not able to identify by property whether to access the field license is required or not

https://sg-vgisdemoaccount.demo.sugarcrm.com/rest/v10/metadata?type_filter=modules,relationships&module_filter=Calls

"call_recording_url": {


"name": "call_recording_url",
"vname": "LBL_CALL_RECORDING_URL",
"type": "varchar",
"len": 255,
"audited": true,
"pii": true,
"comment": "The URL for the call recording",
"massupdate": true

}

How to get the property to identify whether the license required or not to access the field?

Parents Reply Children