From c9f4e7aea79ae22eba4ba8581d02321212d9c59b Mon Sep 17 00:00:00 2001 From: trifonnt Date: Sun, 9 Aug 2009 10:44:27 +0000 Subject: [PATCH] BF: [2833789] - concat instead of contact http://sourceforge.net/tracker/?func=detail&aid=2833789&group_id=176962&atid=879332 --- migration/353a-trunk/oracle/521_BF2833789.sql | 35 +++++++++++++++++++ .../353a-trunk/postgresql/521_BF2833789.sql | 35 +++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 migration/353a-trunk/oracle/521_BF2833789.sql create mode 100644 migration/353a-trunk/postgresql/521_BF2833789.sql diff --git a/migration/353a-trunk/oracle/521_BF2833789.sql b/migration/353a-trunk/oracle/521_BF2833789.sql new file mode 100644 index 0000000000..6465e954b6 --- /dev/null +++ b/migration/353a-trunk/oracle/521_BF2833789.sql @@ -0,0 +1,35 @@ +-- Aug 9, 2009 1:36:21 PM EEST +-- [2833789] - concat instead of contac +UPDATE AD_Element SET Description='The user/contact has full access to Business Partner information and resources',Updated=TO_DATE('2009-08-09 13:36:21','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=2835 +; + +-- Aug 9, 2009 1:36:22 PM EEST +-- [2833789] - concat instead of contac +UPDATE AD_Element_Trl SET IsTranslated='N' WHERE AD_Element_ID=2835 +; + +-- Aug 9, 2009 1:36:22 PM EEST +-- [2833789] - concat instead of contac +UPDATE AD_Column SET ColumnName='IsFullBPAccess', Name='Full BP Access', Description='The user/contact has full access to Business Partner information and resources', Help='If selected, the user has full access to the Business Partner (BP) information (Business Documents like Orders, Invoices - Requests) or resources (Assets, Downloads). If you deselet it, the user has no access rights unless, you explicitly grant it in tab "BP Access"' WHERE AD_Element_ID=2835 +; + +-- Aug 9, 2009 1:36:22 PM EEST +-- [2833789] - concat instead of contac +UPDATE AD_Process_Para SET ColumnName='IsFullBPAccess', Name='Full BP Access', Description='The user/contact has full access to Business Partner information and resources', Help='If selected, the user has full access to the Business Partner (BP) information (Business Documents like Orders, Invoices - Requests) or resources (Assets, Downloads). If you deselet it, the user has no access rights unless, you explicitly grant it in tab "BP Access"', AD_Element_ID=2835 WHERE UPPER(ColumnName)='ISFULLBPACCESS' AND IsCentrallyMaintained='Y' AND AD_Element_ID IS NULL +; + +-- Aug 9, 2009 1:36:22 PM EEST +-- [2833789] - concat instead of contac +UPDATE AD_Process_Para SET ColumnName='IsFullBPAccess', Name='Full BP Access', Description='The user/contact has full access to Business Partner information and resources', Help='If selected, the user has full access to the Business Partner (BP) information (Business Documents like Orders, Invoices - Requests) or resources (Assets, Downloads). If you deselet it, the user has no access rights unless, you explicitly grant it in tab "BP Access"' WHERE AD_Element_ID=2835 AND IsCentrallyMaintained='Y' +; + +-- Aug 9, 2009 1:36:22 PM EEST +-- [2833789] - concat instead of contac +UPDATE AD_Field SET Name='Full BP Access', Description='The user/contact has full access to Business Partner information and resources', Help='If selected, the user has full access to the Business Partner (BP) information (Business Documents like Orders, Invoices - Requests) or resources (Assets, Downloads). If you deselet it, the user has no access rights unless, you explicitly grant it in tab "BP Access"' WHERE AD_Column_ID IN (SELECT AD_Column_ID FROM AD_Column WHERE AD_Element_ID=2835) AND IsCentrallyMaintained='Y' +; + +-- Aug 9, 2009 1:38:22 PM EEST +-- [2833789] - concat instead of contac +UPDATE AD_Element_Trl SET IsTranslated='Y',Updated=TO_DATE('2009-08-09 13:38:21','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=2835 AND AD_Language='es_MX' +; + diff --git a/migration/353a-trunk/postgresql/521_BF2833789.sql b/migration/353a-trunk/postgresql/521_BF2833789.sql new file mode 100644 index 0000000000..c8c5b55ce7 --- /dev/null +++ b/migration/353a-trunk/postgresql/521_BF2833789.sql @@ -0,0 +1,35 @@ +-- Aug 9, 2009 1:36:21 PM EEST +-- [2833789] - concat instead of contac +UPDATE AD_Element SET Description='The user/contact has full access to Business Partner information and resources',Updated=TO_TIMESTAMP('2009-08-09 13:36:21','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=2835 +; + +-- Aug 9, 2009 1:36:22 PM EEST +-- [2833789] - concat instead of contac +UPDATE AD_Element_Trl SET IsTranslated='N' WHERE AD_Element_ID=2835 +; + +-- Aug 9, 2009 1:36:22 PM EEST +-- [2833789] - concat instead of contac +UPDATE AD_Column SET ColumnName='IsFullBPAccess', Name='Full BP Access', Description='The user/contact has full access to Business Partner information and resources', Help='If selected, the user has full access to the Business Partner (BP) information (Business Documents like Orders, Invoices - Requests) or resources (Assets, Downloads). If you deselet it, the user has no access rights unless, you explicitly grant it in tab "BP Access"' WHERE AD_Element_ID=2835 +; + +-- Aug 9, 2009 1:36:22 PM EEST +-- [2833789] - concat instead of contac +UPDATE AD_Process_Para SET ColumnName='IsFullBPAccess', Name='Full BP Access', Description='The user/contact has full access to Business Partner information and resources', Help='If selected, the user has full access to the Business Partner (BP) information (Business Documents like Orders, Invoices - Requests) or resources (Assets, Downloads). If you deselet it, the user has no access rights unless, you explicitly grant it in tab "BP Access"', AD_Element_ID=2835 WHERE UPPER(ColumnName)='ISFULLBPACCESS' AND IsCentrallyMaintained='Y' AND AD_Element_ID IS NULL +; + +-- Aug 9, 2009 1:36:22 PM EEST +-- [2833789] - concat instead of contac +UPDATE AD_Process_Para SET ColumnName='IsFullBPAccess', Name='Full BP Access', Description='The user/contact has full access to Business Partner information and resources', Help='If selected, the user has full access to the Business Partner (BP) information (Business Documents like Orders, Invoices - Requests) or resources (Assets, Downloads). If you deselet it, the user has no access rights unless, you explicitly grant it in tab "BP Access"' WHERE AD_Element_ID=2835 AND IsCentrallyMaintained='Y' +; + +-- Aug 9, 2009 1:36:22 PM EEST +-- [2833789] - concat instead of contac +UPDATE AD_Field SET Name='Full BP Access', Description='The user/contact has full access to Business Partner information and resources', Help='If selected, the user has full access to the Business Partner (BP) information (Business Documents like Orders, Invoices - Requests) or resources (Assets, Downloads). If you deselet it, the user has no access rights unless, you explicitly grant it in tab "BP Access"' WHERE AD_Column_ID IN (SELECT AD_Column_ID FROM AD_Column WHERE AD_Element_ID=2835) AND IsCentrallyMaintained='Y' +; + +-- Aug 9, 2009 1:38:22 PM EEST +-- [2833789] - concat instead of contac +UPDATE AD_Element_Trl SET IsTranslated='Y',Updated=TO_TIMESTAMP('2009-08-09 13:38:21','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=2835 AND AD_Language='es_MX' +; +