cancel
Showing results for 
Search instead for 
Did you mean: 

Adding task description to all recordings

lben
Explorer
0 Kudos

Hello,

I need to add a common Task Description to all start macros in our recordings with instructions on using Test mode. Is anyone aware of a way I can do this via script or batch job instead of adding it manually to each recording?

lben_0-1715264546948.png

Thx!

 

View Entire Topic
Anton_Mavrin
Product and Topic Expert
Product and Topic Expert

Hi @lben,

This is pretty easy, with Notepad++, but be careful, as this will be the file system level change.

1. Check out the only projects you need to change the Task Description for.

2. Start editing them.

3. Right click on the project, and choose Open Folder

4. Open the project.dpr file with Notepad ++

5. Add the required wording into the Task Description property in the project.dpr file. To locate it easily you can add a value in the Producer UI, then just search for it in Notepad++

6. Run Search and Replace in Files command in Notepad++ to replace the empty Task Description with what you need.

7. Save all the changes in Notepad++

8. Return back to Producer and run Workarea - Refresh Workarea and All Objects