Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagegroovy
def resultSet = api.find("PGI", Filter.equal("sku", mysku))

Note:

  • resultSet can return multiple lines if the SKU is present in multiple LPG’sLPGs.

  • The structure of resultSet[i] depends on the items of the LPG.

  • For the LPG of matrix type, use the type code XPGI.

...