Skip to content

Instantly share code, notes, and snippets.

@ztirom
Last active September 30, 2017 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ztirom/6aa36b259676cdfe082d310ccafdeecf to your computer and use it in GitHub Desktop.
Save ztirom/6aa36b259676cdfe082d310ccafdeecf to your computer and use it in GitHub Desktop.
Table Extension #1
[ExtensionOf(tableStr(InventTable))]
final class InventTable_Extension
{
public static boolean isMyFieldEmpty(InventTable _this)
{
return _this.MyExtField == '' ? true : false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment