-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Company:All Clients/Multiple Clients
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Attachment | DMS-2299.png [ 150776 ] |
Assignee | Samir [ samir ] | Narendra Kumar [ narendra.kumar ] |
Comment |
[ Hi [~harshveer.singh]
Please run the below query to fix this issue. {{UPDATE emailtemplate}} {{SET FromAddress = REPLACE(FromAddress, '}}{{[workterra.net|http://dms.workterra.net/]}}{{', '}}{{[careerbuilder.com|http://dms.careerbuilder.com/]}}{{'),}} {{ BodyText = REPLACE(BodyText, '}}{{[workterra.net|http://dms.workterra.net/]}}{{', '}}{{[careerbuilder.com|http://dms.careerbuilder.com/]}}{{')}} {{WHERE FromAddress LIKE '%}}{{[workterra.net|http://dms.workterra.net/]}}{{%' }} {{OR BodyText LIKE '%}}{{[workterra.net|http://dms.workterra.net/]}}{{%';}} {{}} {{cc: [~samir]}} {{}} {{}} ] |
Status | To Do [ 10000 ] | In Progress [ 3 ] |
-
- Time Spent:
- 0.5h
-
Prepared the query to fix this issue.
Remaining Estimate | 0h [ 0 ] | |
Time Spent | 0.5h [ 1800 ] | |
Worklog Id | 253621 [ 253621 ] |
Status | In Progress [ 3 ] | In QA Testing [ 11901 ] |
-
- Time Spent:
- 1h
-
executed query on the prod and tested it.
Time Spent | 0.5h [ 1800 ] | 1.5h [ 5400 ] |
Worklog Id | 253876 [ 253876 ] |
Resolution | Done [ 10000 ] | |
Status | In QA Testing [ 11901 ] | Done [ 10001 ] |
Transition | Time In Source Status | Execution Times |
---|
|
21h 52m | 1 |
|
1d 4h 57m | 1 |
|
20d 20h 57m | 1 |
Hi Harshveer Singh
Please run the below query to fix this issue.
UPDATE emailtemplate
SET FromAddress = REPLACE(FromAddress, 'workterra.net', 'careerbuilder.com'),
BodyText = REPLACE(BodyText, 'workterra.net', 'careerbuilder.com')
WHERE FromAddress LIKE '%workterra.net%'
OR BodyText LIKE '%workterra.net%';
cc: Samir