Up until our recent upgrade to Flare 8.1.2 (may or may not be related), our CSH calls would appear like this in the Web browser when called from the software:
Code: Select all
http://help.mycompany.com/SoftwareName/2.1.0/Name_Help_Left.htm#CSHID=Set_Property_Dialog_Box|StartTopic=Content%2FTopics%2FWorkInSoftware%2FSet_Property_Dialog_Box.htm|SkinName=Product
Now they look like this:
Code: Select all
http://help.mycompany.com/SoftwareName/2.1.0/Name_Help_Left.htm#CSHID=Set_Property_Dialog_Box|SkinName=Product
If you notice, before after the software read the Alias file (the .h file), it added the
StartTopic portion into the CSH call. However, in the new call, this
StartTopic portion is no longer in the call, and the software is left to open the introduction.htm page (which is the default start page if a CSH link isn't found).
Why in the world would a new CSH link we create in Flare and implement in the software no longer include this StartTopic section in the call? Any idea?