I am trying to return a result from Credit field and I keep getting this message:
I Don't understand because everything seems correct.
string externalapps.GetType(int name)
{
//GetType is the name of the function
if (Add_Rep[ID == input.name].count() > 0)
{
//"Add_Rep" is the form link name
return Add_Rep[ID == input.name].Allow_Credit;
//"Credit" is the field deluge name
}
return "";
}