From d312b480a417ee5dfdf094a61a9f8d9dd7d4a8d9 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Sat, 12 Sep 2009 21:27:31 +0000 Subject: [PATCH] FR [2857690] - Proposing window "My User" https://sourceforge.net/tracker/?func=detail&aid=2857690&group_id=176962&atid=879335 Where clause MUST be qualified with table name --- migration/353a-trunk/oracle/569_FR2857690_MyProfile.sql | 2 +- migration/353a-trunk/postgresql/569_FR2857690_MyProfile.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/migration/353a-trunk/oracle/569_FR2857690_MyProfile.sql b/migration/353a-trunk/oracle/569_FR2857690_MyProfile.sql index 793b95d264..7e15923ea4 100644 --- a/migration/353a-trunk/oracle/569_FR2857690_MyProfile.sql +++ b/migration/353a-trunk/oracle/569_FR2857690_MyProfile.sql @@ -8,7 +8,7 @@ INSERT INTO AD_Window_Trl (AD_Language,AD_Window_ID, Description,Help,Name, IsTr ; -- Sep 12, 2009 2:22:01 PM COT -INSERT INTO AD_Tab (AD_Client_ID,AD_Org_ID,AD_Tab_ID,AD_Table_ID,AD_Window_ID,Created,CreatedBy,Description,EntityType,HasTree,Help,ImportFields,IsActive,IsAdvancedTab,IsInfoTab,IsInsertRecord,IsReadOnly,IsSingleRow,IsSortTab,IsTranslationTab,Name,Processing,SeqNo,TabLevel,Updated,UpdatedBy,WhereClause) VALUES (0,0,53282,114,53100,TO_DATE('2009-09-12 14:22:01','YYYY-MM-DD HH24:MI:SS'),100,'Maintain User or Business Partner Contact','D','N','The User Tab defines the log in for Users who have access to the system. For application access, users need to have a role assigned.','N','Y','N','N','N','N','Y','N','N','User Contact','N',10,0,TO_DATE('2009-09-12 14:22:01','YYYY-MM-DD HH24:MI:SS'),100,'AD_User_ID=@#AD_User_ID@') +INSERT INTO AD_Tab (AD_Client_ID,AD_Org_ID,AD_Tab_ID,AD_Table_ID,AD_Window_ID,Created,CreatedBy,Description,EntityType,HasTree,Help,ImportFields,IsActive,IsAdvancedTab,IsInfoTab,IsInsertRecord,IsReadOnly,IsSingleRow,IsSortTab,IsTranslationTab,Name,Processing,SeqNo,TabLevel,Updated,UpdatedBy,WhereClause) VALUES (0,0,53282,114,53100,TO_DATE('2009-09-12 14:22:01','YYYY-MM-DD HH24:MI:SS'),100,'Maintain User or Business Partner Contact','D','N','The User Tab defines the log in for Users who have access to the system. For application access, users need to have a role assigned.','N','Y','N','N','N','N','Y','N','N','User Contact','N',10,0,TO_DATE('2009-09-12 14:22:01','YYYY-MM-DD HH24:MI:SS'),100,'AD_User.AD_User_ID=@#AD_User_ID@') ; -- Sep 12, 2009 2:22:01 PM COT diff --git a/migration/353a-trunk/postgresql/569_FR2857690_MyProfile.sql b/migration/353a-trunk/postgresql/569_FR2857690_MyProfile.sql index 948934d9b3..953cf5ecd6 100644 --- a/migration/353a-trunk/postgresql/569_FR2857690_MyProfile.sql +++ b/migration/353a-trunk/postgresql/569_FR2857690_MyProfile.sql @@ -8,7 +8,7 @@ INSERT INTO AD_Window_Trl (AD_Language,AD_Window_ID, Description,Help,Name, IsTr ; -- Sep 12, 2009 2:22:01 PM COT -INSERT INTO AD_Tab (AD_Client_ID,AD_Org_ID,AD_Tab_ID,AD_Table_ID,AD_Window_ID,Created,CreatedBy,Description,EntityType,HasTree,Help,ImportFields,IsActive,IsAdvancedTab,IsInfoTab,IsInsertRecord,IsReadOnly,IsSingleRow,IsSortTab,IsTranslationTab,Name,Processing,SeqNo,TabLevel,Updated,UpdatedBy,WhereClause) VALUES (0,0,53282,114,53100,TO_TIMESTAMP('2009-09-12 14:22:01','YYYY-MM-DD HH24:MI:SS'),100,'Maintain User or Business Partner Contact','D','N','The User Tab defines the log in for Users who have access to the system. For application access, users need to have a role assigned.','N','Y','N','N','N','N','Y','N','N','User Contact','N',10,0,TO_TIMESTAMP('2009-09-12 14:22:01','YYYY-MM-DD HH24:MI:SS'),100,'AD_User_ID=@#AD_User_ID@') +INSERT INTO AD_Tab (AD_Client_ID,AD_Org_ID,AD_Tab_ID,AD_Table_ID,AD_Window_ID,Created,CreatedBy,Description,EntityType,HasTree,Help,ImportFields,IsActive,IsAdvancedTab,IsInfoTab,IsInsertRecord,IsReadOnly,IsSingleRow,IsSortTab,IsTranslationTab,Name,Processing,SeqNo,TabLevel,Updated,UpdatedBy,WhereClause) VALUES (0,0,53282,114,53100,TO_TIMESTAMP('2009-09-12 14:22:01','YYYY-MM-DD HH24:MI:SS'),100,'Maintain User or Business Partner Contact','D','N','The User Tab defines the log in for Users who have access to the system. For application access, users need to have a role assigned.','N','Y','N','N','N','N','Y','N','N','User Contact','N',10,0,TO_TIMESTAMP('2009-09-12 14:22:01','YYYY-MM-DD HH24:MI:SS'),100,'AD_User.AD_User_ID=@#AD_User_ID@') ; -- Sep 12, 2009 2:22:01 PM COT