Jul 21, 2024 09:53 AM
I have created an interface in Airtable. I want to disable the inline edit option and enable the add/delete record inline. Are there any possibilities to do this?
I must enable inline edit records when a table value field is "Yes". Otherwise, it should be disabled. But I found that is not possible. Then When expanding the record from the interface edit form appears on the right side, hiding/showing the visibility of some fields based on condition.
But disabling edit inline records in interface settings Add/delete inline option is automatically disabled. Please suggest any possibilities.
Need an option to enable add/delete inline option and disable edit inline records.
https://www.awesomescreenshot.com/video/29750457?key=fcf1499acd92927ea57120ba17a70835
Jul 21, 2024 04:12 PM
I think this is indeed possible. If you click on the whole page itself, rather than the visualization, you get an option to "Add Records through Form". This only helps with HALF the functionality you're looking for.
I have managed to find one space where the option for "Add/remove records" was available. Though slightly annoying to re-work. In a record detail, if you display a link field as a visualization, you can find the option here. Again, click the group rather than the visualization itself. Here's a screenshot of what that looks like for me:
If you can somehow get the dataset you want to be within a record detail, this works well. Otherwise, you use the Add Record through Form button. You could in theory also make a button with each record to run a script to delete the record.
The main difference is that one of these options is linking and unlinking, and the other is adding and deleting.
Jul 21, 2024 08:26 PM - edited Jul 21, 2024 08:33 PM
Thank you, Sistema,
You are right Already that option is enabled. Add a record via the form but I am required to add/delete the record inline. but inline editing should be disabled.
Let me explain my page.
This is the form I'm creating records. However, in product field should be disabled so that the user cannot edit the product field because Those products are required product for the budget. When I create a new budget that product will be auto-included. This product field has a filter that dynamically computes conditions so conditions are not working in form. If the user wants to add the new optional product to the budget they should add it from inline. Because there is a payment field that should be editable when we add an optional product. For required product needs to be disabled since it is fixed cost.
The first two rows are required products that the monthly cost field should not be editable since it is fixed cost. the third row is an optional product that the monthly cost field should be editable since it is not a fixed cost.
Please suggest any possibilities. @TheTimeSavingCo @Sistema_Aotearo
Jul 21, 2024 08:54 PM
Ah, I see what you're trying to do now! I believe this is a "Permissions" issue. Check all the field permissions in your data. For the fields you don't want editable, you can change those so that only you, or no one can edit it.
This way when you're in your interface, you can enable edit inline.
Adding/removing records inline is technically editing too. The only way you can make one field editable and another field not editable is through the permissions.
Let me know if this helps 🙂
Jul 22, 2024 10:42 PM
Thank you! @Sistema_Aotearo 😊
I will check for any alternative solution if any.