This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| internal final class Community_CopySalesLine | |
| { | |
| public static void main(Args _args) | |
| { | |
| SalesLine salesLineFrom; | |
| salesLine salesLineIns; | |
| Dialog dialog = new Dialog("Copy sales line example"); | |
| DialogField dlgInventTransId = dialog.addField(extendedTypeStr(InventTransId)); | |
| DialogField dlgItemId = dialog.addField(extendedTypeStr(ItemId)); |