Author Message
Guruvignesh
Joined: Sep 23, 2016
Messages: 5
Offline
Hi all,


we migrated a application from DD 5 to OD 7.1.When the Editor(OD 7.1) is opened,the following line of code is auto-generated by the Editor(Time Stamp is disabled in this scenario) inside the default constructor of the Menu node.


"setRecognitionTarget(com.avaya.sce.runtimecommon.SCERT.RECTARG_BODYTEXT_GEN);"



This occurs only during Upgrading the application to 7.1,I created a new application in OD 7.1 to verify this,but this code isn't
generated.


kindly advice what this is, what it does, why it is included by the system,does this affect the functioning of the application?


Similarly,there are two jar files in the name of scert-07.10.12.02.jar and scert7.1 in the Migrated application's lib folder.kindly brief the cause for this.Does this have any impact on the application?


Thanks,
Guru
RossYakulis
Joined: Nov 6, 2013
Messages: 2652
Offline
This line should only be generated for "Message" projects (SMS, EMAIL). It will have no affect in a speech or html project and simply be ignored. I created AAOD-321, so that it will only be seen in a speech project.

The method call is telling the menu where to look for input (message subject, message body...).
Guruvignesh
Joined: Sep 23, 2016
Messages: 5
Offline
Thanks a lot for your Response Ross

Go to:   
Mobile view