Problem: The problem is that the value entered in a user defined field, which has field type "Memo", is not getting picked during run time.
Observation: The system defined field named "Description" is also of type "Memo" in QC. I am successful in picking the value entered in this field by using the following code:
sRestCmntDtls=myBug.Field("BG_DEV_COMMENTS")
But I am unable to retrieve value from a user defined memo field.It is throwing "Invalid Field Name" error.
Ex.
sRestCmntDtls=myBug.Field("BG_USER_25")
Note: I have used "mybug.post" also before retrieving value from user defined memo field but no success.