Using templates or masks in Memo fields in ALM 11.0
Tags:
Question ID: 104428
0
0

After our recent upgrade to ALM 11.0, some users noticed that they can now insert "tables" into memo fields in the defect module. We’ve searched the docs and are wondering if there is a way to automatically add a pre-formatted table to a memo field at defect creation time, or is everything as is?

Marked as spam
Posted by (Questions: 4, Answers: 1)
Asked on December 13, 2011 11:01 am
55 views
Answers (1)
0
Private answer

Hey dburgart,

You Can add a template to a memo feild but it needs to be coded in the workflow area of QC. In the Bug_New sub procedure. The Code should look something like this.

Sub Bug_New
OnError ResumeNext
Bug_Fields(''BG_USER_27'').Value= ''Report Title:'' & _
''

Report Description:'' & _
''

Report Update: ''
OnError GoTo 0
End Sub

Marked as spam
Posted by (Questions: 1, Answers: 69)
Answered on June 20, 2013 3:37 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top