For user defined fields the syntax to use is as follows:
theBug.Field("BG_USER_**")
Also for some system fields you need to use this syntax. Only limited system fields like ID, Status and Priority are properties of the Bug object. You can actually use syntax above for all fields. You just need to know the database column name.
Open Test Architecture Reference document contains more detailed examples for this.
theBug.Field("BG_USER_**")
Also for some system fields you need to use this syntax. Only limited system fields like ID, Status and Priority are properties of the Bug object. You can actually use syntax above for all fields. You just need to know the database column name.
Open Test Architecture Reference document contains more detailed examples for this.