How to find plugin for a particular table ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 01:06 AM
I have a table which is present in Dev instance but is missing in Test instance.
I would like to have the required table present in the test instance as well. How to find the plugin related to it or any other way we can bring the table ?
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 01:15 AM
What is the table name?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 01:58 AM
sn_fcms_intg_imp_receipt - Inbound receipt
sn_fcms_intg_imp_order - Inbound Purchase Order
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 02:10 AM
Hi @Nayan Mule ,
If you want to find the plugin related to that, you can see that in the "sys_metadata" table, search with your table name and you can able to find the plugins where your table is associated.
Regards
Vengadesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 02:22 AM
Hi Vengadesh,
There's no table or table name present in that list