Skip to content

Instantly share code, notes, and snippets.

@rodnaph
Created March 4, 2013 12:59
Show Gist options
  • Save rodnaph/5082082 to your computer and use it in GitHub Desktop.
Save rodnaph/5082082 to your computer and use it in GitHub Desktop.
// oh boy...
String [] tranTypes = new String[1];
String tranType = "_salesOrder";
tranTypes[0] = tranType;
semsfTranType.searchValue = tranTypes;
// ==
semsfTranType.searchValue = new String[] { "_salesOrder" };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment