Display and Remove Text Area on Translation Screen

Hi,

I found there is a column named "Capt_CS" under Custom_Captions table (screenshot #1), and cannot match it against fields on Translation screen (screenshot #2). The value inside Capt_CS is in Chinese characters. I can see Capt_DU column is for Dutch, and Capt_JP is for Japanese on Translation screen (screenshot #2), however, there is no text area for Capt_CS. How can I enable a new language code to display a text area on Translation screen like screenshot #2? I tried to create a language with Capt_CS but it's not allowed because Capt_CS is already existing in the CRM system. Also, is it possible to remove the text area such as Japanese Translation text area on Translation screen? Thanks!

Screenshot #1

Screenshot #2

  • 0

    Hi Ichung,

    Please refer the below given steps to display Chinese Translation column in new translation entry screen.

    1. Login into SQL server
    2. Select the CRM database
    3. Click on New Query button
    4. Execute the below given SQL Query

    update custom_tables set Bord_Hidden=null where Bord_Caption='Custom_Captions'

    5. Login into CRM
    6. Do the Metadata refresh
    7. Go To Administration | Customization | Secondary Entity | Custom Captions | Fields
    8. Click on “Capt_CS” hyperlink
    9. Change Caption Name to “Chinese Translation
    10. Click on Save button
    11. Go To Administration | Customization | Secondary Entity | Custom Captions | Screen | Translation Admin Box Long
    12. Select “Capt_CS” column from list
    13. Click on add and save button

    Hope this helps!

    Regards
    Dinesh

  • 0

    Thanks so much Dinesh! It works perfectly.