Skip to content

Commit

Permalink
#3261 Moving Processing Action Copy Accounts to Table Level
Browse files Browse the repository at this point in the history
Moving Processing Action Copy Accounts to Table Level

#3261
  • Loading branch information
metas-mk committed Dec 23, 2017
1 parent 389cfa3 commit fcff58e
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -619,3 +619,13 @@ UPDATE AD_UI_Element SET IsDisplayed_SideList='Y', SeqNo_SideList=30,Updated=TO_
UPDATE AD_UI_Element SET IsDisplayed_SideList='Y', SeqNo_SideList=40,Updated=TO_TIMESTAMP('2017-12-23 12:44:55','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=549882
;

-- 2017-12-23T12:47:09.009
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Table_Process (AD_Client_ID,AD_Org_ID,AD_Process_ID,AD_Table_ID,Created,CreatedBy,EntityType,IsActive,Updated,UpdatedBy,WEBUI_QuickAction,WEBUI_QuickAction_Default) VALUES (0,0,112,395,TO_TIMESTAMP('2017-12-23 12:47:09','YYYY-MM-DD HH24:MI:SS'),100,'D','Y',TO_TIMESTAMP('2017-12-23 12:47:09','YYYY-MM-DD HH24:MI:SS'),100,'N','N')
;

-- 2017-12-23T12:49:21.149
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=549896
;

0 comments on commit fcff58e

Please sign in to comment.