Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8695

Re: How to copy Layout from one to another company

$
0
0

Hi,

You can check this:

make sure you know the layout it to be used in DocCode.

 

 

 

 

BEGIN TRAN

INSERT INTO [DB].[dbo].[RDOC] -- Destination Database

SELECT [SBODemoIN].[DBO].[RDOC].* FROM  --source database

[SBODemoIN].[DBO].[RDOC] --source database

WHERE [SBODemoIN].[DBO].[RDOC].author<>'System' and DocCode='IGE10003' -- DOCCODE LIKE 'DLN%' --source database

 

 

INSERT INTO [DB].[dbo].[RITM] -- Destination Database

SELECT [SBODemoIN].[DBO].[RITM].* FROM  --source database

[SBODemoIN].[DBO].[RITM] -- source database

WHERE [SBODemoIN].[DBO].[RITM].DocCode='IGE10003'

 

 

commit tran

 

 

Thanks,

Joseph


Viewing all articles
Browse latest Browse all 8695

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>