HI Steven ,
thanks for your reply . AS per your suggestion I am trying to convert my V1 extension to V2 with the hep of below link :
docs.microsoft.com/.../devenv-txt2al-tool
I am facing some issue
1st step is done
2nd step i am trying to execute below command and showing error ''
'C:\Program Files (x86)\Microsoft Dynamics 365 Business Central\130\RoleTailored Client\finsql.exe' Command=exporttonewsyntax, File='C:\Users\servicemanager\Desktop\Surajit\BasePages\exportedBaselineObjects.txt', Database='BC-DOCS', ServerName=.ITSL-SQLSRV1\ITSL_NAVSRV1 ,Filter='Type=page;ID=21|30'
Error Details In command :
At line:1 char:101
+ ... nt\finsql.exe' Command=exporttonewsyntax, File='C:\Users\servicemanager\Desktop\ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
Unexpected token 'Command=exporttonewsyntax' in expression or statement.
At line:1 char:126
+ ... porttonewsyntax, File='C:\Users\servicemanager\Desktop\Surajit\BasePages\exporte ...
+ ~
Missing argument in parameter list.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken
What will be command for Export multiple objects(table/page/xmlport/codeunit)? All the baseline objects means in which base objects is modified by our extension?.
If i want to use 1step to 4step (V1 > V2 conversion) from Dynamics 365 Business Central On-premise development environment then is it work to generate delta file ?
Our extension is added new table objects (33064461,33064462,33064487) and new page objects( 33064461,33064462,33064463,33064464,33064465) and new CodeUnit(33064461>33064469) and new XMLPort (33064461 to 33064482) .I have modified in base pages (21,30,300,42,5050,5056) to link our custom pages just for showing our extension data in base page.
Step 8 :
@param1 source='C:\Users\servicemanager\Desktop\Surajit\DeltaFile.delta'
@param2 target='C:\Users\servicemanager\Desktop\Surajit\'
@param3 rename= i don't know what
@param4 type=Codeunit, Table, Page, XmlPort
@param5 extensionStartId=in my extension i have different type of id what will be the extensionStartId for me
@param6 help= ?
@param7 injectDotNetAddIns = i have not used any dotnet .
@param8 dotNetTypePrefix = i have not used any dotnet.
@param9 dotNetTypePrefix = i have not used any dotnet.
@param10 translationFormat= i don't have any idea what should be format for me.
@param11 addLegacyTranslationInfo = suggest what should be value for me
Run the tool from the command line using the following syntax : txt2al --source --target --rename --type --extensionStartId --injectDotNetAddIns --dotNetAddInsPackage --dotNetTypePrefix --translationFormat --addLegacyTranslationInfo
Please suggest what will be command with param value so that i can run the txt2al.exe tool .
Thanks
Surajit Kundu