In my apps, only the admin can edit a record with the edit-record link. But the view and form are already shared with users. Any suggestions?

When a user does not have permission to “edit” records in a view, the form with the record will not be displayed when accessed using any of the available url formats. To provide Edit permission to a user,

  • Select the View from the Views tab.
  • Select Set Permissions option from the View Configuration tree.
  • Select the Edit Record option.
  • Click Done to create the view based on the specified configurations.