Ideas

Give us your best ideas!

Pricelistitem containing variant id

Today the pricelist item contains variantsystemid but not the regular id. Sometimes it would be useful to have access to the regular variant id directly

  • Guest
  • Feb 17 2023
  • Reviewed
  • Attach files
  • Felix Fröberg commented
    May 24, 2023 08:45

    You can use a KeyLookupService to quickly map between Id and SystemId. Id isn't mandatory on all entities so I assume it is always better to use SystemId when possible, though I agree a shortcut like the one you suggest could be useful at times.