How to add active button in Location table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 02:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 04:00 AM - edited 06-06-2023 04:01 AM
Notice that ootb cmn_location table has no active flag. So you can create your custom filed 'u_active' with type "True/False" and then you can create ui action to activate / deactivate specific location by setting value of this field.
Remember that it has no other effect, so once you introduce active flag you want to probably create ACL or Business Rule to control access to deactivated locations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 04:21 AM
Hi Ashok,
Please follow below link to add new "Active" field on "Location" table.
Field label : Active
Backed name : u_active
Field Type : "True/False"
Regards,
Harish V