bookish Posted December 26, 2016 Report Share Posted December 26, 2016 Happy holidays again! Is it possible to disable inline edits if field status is WAITLISTED? The inline edit for that particular field is a dropdown. Thanks! Quote Link to comment Share on other sites More sharing options...
Mathilda Posted December 27, 2016 Report Share Posted December 27, 2016 On 12/26/2016 at 9:26 AM, bookish said: Happy holidays again! Is it possible to disable inline edits if field status is WAITLISTED? The inline edit for that particular field is a dropdown. Thanks! Hi, Happy Holidays! As far as I know, it's not possible, however there are several workarounds: - you may filter records to exclude records with WAITLISTED status. This will let you show and edit only records with other statuses. - allow editing records on details page. Add a virtual field, make it hidden and onload receive data source field "Status". After that create a rule: Criteria: When value in virtual field equal to "WAITLISTED" Action: Make status field "Display only" You can find more information regarding conditional forms here Hope that helps Quote Link to comment Share on other sites More sharing options...
bookish Posted December 28, 2016 Author Report Share Posted December 28, 2016 Thanks a lot for replying! As I cannot choose your option number 1 for some reasons, I did yesterday something similar to your option#2. I disabled inline editing, then allowed details page where I put status field under a new section. Then I placed a rule that if status is waitlisted, hide section 2. Quote Link to comment Share on other sites More sharing options...
RuisiHansamu Posted April 20, 2022 Report Share Posted April 20, 2022 Hi there, I was just browsing and wanted to provide you this information I learned from Caspio. I have an issue with my Tabular Datapage a few months back and I was trying to enable the inline edit options. However, I am unable to do so because it is disabled. Then, I discovered and one of the Support from Caspio provided me that when using a View as a data source, the inline edit option is expected to be disabled. So, they suggested to check my View configuration and select only one Table to be editable. From there, I was able to use the inline options. These are the articles that you can refer to: https://howto.caspio.com/tables-and-views/what-are-views/views/ and https://howto.caspio.com/datapages/reports/data-editing-options-in-reports/ Quote Link to comment Share on other sites More sharing options...
Ilyrian Posted April 26, 2023 Report Share Posted April 26, 2023 There is also a HowTo article regarding this question.https://howto.caspio.com/tech-tips-and-articles/disabling-inline-edit-option-in-reports-based-on-a-condition/You can modify the code to work for Details and Delete DemoC 1 Quote Link to comment Share on other sites More sharing options...
cheonsa Posted January 28 Report Share Posted January 28 Hi all! I just wanted to share with you this solution that I found from another post: Quote Link to comment Share on other sites More sharing options...
Kurumi Posted June 25 Report Share Posted June 25 Hi! If you would like to apply this article: https://howto.caspio.com/tech-tips-and-articles/disabling-inline-edit-option-in-reports-based-on-a-condition/ when Data Grouping is enabled. You can change the code from const calculatedFieldPosition = 1 to const calculatedFieldPosition = 2 Make sure that the Calculated Field (formula/condition) is in 2nd place of the DataPage Elements and the first is the field for Grouping. Sample Result: Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.