asked on May 25, 2016
Not sure if this is for SDK forum or workflow:
currently getting this error when I use the following in C# script:
object sql_selected = GetTokenValue("RetrieveFieldValues_SQL Selected"); string getsql = ToString(sql_selected);
trying to convert the value returned from the field to string instead of object so I can use in a string compare.
Or is there a better way to return a bool value from a compare that I can use for that case:
if( GetTokenValue("RetrieveFieldValues_SQL Selected") == "Customer's SQL Server"){}
I essentially want a returned TRUE bool for this case in the if statement above. I just put it in an 'if' statement to show where I plan on using it.
0
0