[Vtigercrm-commits] [Vtiger development] #8363: export/import issue while editing custom profile
Vtiger development
vtiger-tickets at trac.vtiger.com
Fri Oct 28 08:39:29 GMT 2016
#8363: export/import issue while editing custom profile
-------------------------+-----------------------
Reporter: sumix | Owner: manu
Type: enhancement | Status: reopened
Priority: major | Milestone: 6.3.0
Component: vtigercrm | Version: 6.1.0
Severity: Medium | Resolution:
Keywords: |
-------------------------+-----------------------
Comment (by sumix):
may I have different tabid for Assets?
mysql> select * from vtiger_tab;
+-------+------------------+----------+-------------+-------------------+------------+--------------+------------+---------+--------------+-------+---------+-----------+
| tabid | name | presence | tabsequence | tablabel |
modifiedby | modifiedtime | customized | ownedby | isentitytype | trial |
version | parent |
+-------+------------------+----------+-------------+-------------------+------------+--------------+------------+---------+--------------+-------+---------+-----------+
| 1 | Dashboard | 0 | -1 | Dashboards |
NULL | NULL | 0 | 1 | 0 | 0 | NULL
| Analytics |
| 2 | Potentials | 0 | 7 | Potentials |
NULL | NULL | 0 | 0 | 1 | 0 | NULL
| Sales |
... skipped ...
| 39 | ProjectMilestone | 0 | -1 | ProjectMilestone |
NULL | NULL | 0 | 0 | 1 | 0 | 3.0
| Support |
| 40 | ProjectTask | 0 | -1 | ProjectTask |
NULL | NULL | 0 | 0 | 1 | 0 | 3.1
| Support |
| 41 | Project | 0 | -1 | Project |
NULL | NULL | 0 | 0 | 1 | 0 | 3.3
| Support |
| 42 | Assets | 0 | 1 | Assets |
NULL | NULL | 0 | 0 | 1 | 0 | 2.0
| Inventory |
| 43 | SMSNotifier | 0 | -1 | SMSNotifier |
NULL | NULL | 0 | 0 | 1 | 0 | 1.9
| Tools |
... skipped again
+-------+------------------+----------+-------------+-------------------+------------+--------------+------------+---------+--------------+-------+---------+-----------+
45 rows in set (0.00 sec)
mysql> select * from vtiger_profile2utility where tabid=42;
Empty set (0.00 sec)
mysql>
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8363#comment:12>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list