}
return ScriptConstants.wrapInTags(expression);
}
private boolean isSalesforceUpsertResponse() {
SalesforceWizardRole role = tx.getSalesforceWizardRole();
return role != null && role.position == Position.RESPONSE && role.method == SfdcMethod.UPSERT;
}