Thursday, March 22, 2012

custom url not recognized

i have this action.jumpto url

="javascript:void window.open('http://bklc-crm01:5555/cs/cases/edit.aspx?id={" & cstr(Fields!incidentid.Value) & "}','_self')"

for some reason when i use this field (incidentid.value) there is no hyperlink generated, however when i change the value to another field, the hyperlink works, what shall i be looking for, incident value is a set of number with dashes!

i fixed it, in order to get it to fill out property i used the .tostring method for the field

No comments:

Post a Comment