Skip to content

Instantly share code, notes, and snippets.

@Dioris
Created July 25, 2022 23:52
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 Dioris/2149a44aab505a6c63c541423d6d85ba to your computer and use it in GitHub Desktop.
Save Dioris/2149a44aab505a6c63c541423d6d85ba to your computer and use it in GitHub Desktop.
var resultList = PXSelectJoin<INItemLotSerial,
LeftJoin<INInput, On<INInput.inventoryID, Equal<INItemLotSerial.inventoryID>,
And<INInput.lotSerialNbr, Equal<INItemLotSerial.lotSerialNbr>>>>,
Where<INInput.inventoryID, IsNull>>.Select(dummyGraph);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment