Skip to content

Instantly share code, notes, and snippets.

@bayramcetin
Last active March 14, 2022 06:29
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 bayramcetin/ac2080ba84b85707d85802c6de4fc2b6 to your computer and use it in GitHub Desktop.
Save bayramcetin/ac2080ba84b85707d85802c6de4fc2b6 to your computer and use it in GitHub Desktop.
RetailParameters Table
[ExtensionOf(tablestr(RetailParameters))]
final class RetailParameters_Extension
{
static NumberSequenceReference numRefETGWholeSalesRequestNo()
{
return NumberSeqReference::findReference(extendedTypeNum(ETGWholeSalesRequestNo));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment