当前位置: 代码迷 >> 综合 >> Salesforce Lightning 重写lightning的View操作报错
  详细解决方案

Salesforce Lightning 重写lightning的View操作报错

热度:54   发布时间:2023-12-19 02:01:57.0

如题。报错信息如下:

There were custom validation error(s) encountered while saving the affected record(s). The first validation error encountered was “Large is not a supported form factor.”.

原因是该对象已经通过LightningAppBuilder创建了自定义记录页面。
尝试删除或者禁用该页面,重新override查看页面即可。

  相关解决方案