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
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.
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.