Hello,
Is there already a functionality within the record browser to allow add rows without going to the add mode? Similar to the add notes and add items in the inventory management module.
If none, can you help me on how to achieve this?
Thanks.
Yes, there is.
// $rb is Utils_RecordBrowser instance $rb->enable_quick_new_records();
Regards, Adam
Wow! Thanks Adam.
But one problem I found is when a required field is set to not visible and tried this inline add it does not proceed to saving the record. Is there a way to show the required fields only when adding?
No, there isn't. Inline add was developed to quick add records for some simple data, like logging some events, etc. You have to show your required field to add a record.