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
Radha Krishna 67Radha Krishna 67 

anyone got the issue like this

Failed to save lightningDataServices.cmp: No INTERFACE named markup://flexipage:availableForAllpages foundNo INTERFACE named markup://flexipage:availableForAllpages found: Source
CharuDuttCharuDutt
Hii Radha
Try Below Code
<aura:component implements="flexipage:availableForAllPageTypes" access="global">
Please Mark It As Best Answer If It Helps
Thank You!
ankit bansalankit bansal
Hi Radha,
the interface should be - flexipage:availableForAllPageTypes and not flexipage:availableForAllpages.
Please look at this URL - https://developer.salesforce.com/docs/component-library/overview/interfaces