Home Page › Forums › BizTalk 2004 – BizTalk 2010 › How to set a default value to an destination schema element in BizTalk Map › Re: How to set a default value to an destination schema element in BizTalk Map
June 21, 2013 at 6:53 PM
#26081
public string myScriptMethod(bool equalFunctoidValue, string sourceSchemaString)
{
if(equalFunctoidValue)
return sourceSchemaString;
else
return string.Empty;
}