Take an example of two companies. Suppose you are in company 1 and you need to insert the item of company 2 in one table called "My Temp Item" so you need to take data Item of "ITEM" table and need to write the below mentioned code- MytempItem.CHANGECOMPANY('Company 2'); MytempItem.INIT; MytempItem.TRANSFERFIELD(Item); MytempItem.INSERT; Hope this helps!
↧