How to change the action name?

SOLVED

Hi all,.

I wanted to change the action name that is displayed on the screen from "Document Reviewed" to "Document Review".

I have try changing it in the workflow rule, did not success.

I have try updating it, assuming that the value comes from dbo.Custom_Captions.Capt_US, by using the SQL query below, but did not success.

update Custom_Captions set Capt_US='Document Review' where Capt_CaptionId=17774

what other columns/field that I should check?

thank you.

Parents
  • 0

    Hi Murni

    The simplest way is to go to Administration | Customisation | Translations then navigate to your workflow and click on the * next to the rule name. From the window that pops up you can edit it here (which is the same as your script, except within product)

    If you did update it directly in the database, did you remember to then go to Administration | System | Metadata Refresh | put the tick against Translations? 

    I do think it's a 'bug' of CRM where you can go to a field and change it's name without a problem, but change a name of a Workflow rule and you have to start messing around with Translations. Why not just pick up the new name? 

  • 0 in reply to Matthew Shaw

    Hi Matthew, I used to be able to click in the * before, but it stop working now. The reason I don't pick a new name: because the current name is relevant for the action now. 

Reply Children
No Data