Aaron Keating - Lipsey's, LLC
My feedback
24 results found
-
2 votesAaron Keating - Lipsey's, LLC supported this idea ·
-
2 votesAaron Keating - Lipsey's, LLC supported this idea ·
-
3 votesAaron Keating - Lipsey's, LLC supported this idea ·
-
2 votesAaron Keating - Lipsey's, LLC supported this idea ·
An error occurred while saving the comment Aaron Keating - Lipsey's, LLC shared this idea ·
A good example would be the GetOneItemDetail method in the iteminquiry.asmx web service. It returns the attributes associated with an item. Let's say you have an attribute set up called MANUFACTURER that uses the System code values to create the dropdown box in the Attribute and standardize the input. You could have a value of "MT" set up with a value description of "Motorola" for the MANUFACTURER attribute. When you query the GetOneItemDetail web service for an item with that attribute, it will return the value "MT" for the MANUFACTURER attribute in the ATTRIB_REF_1 value in the XML return. The value description is not returned, but it is most likely the value you would want to display on a website, POS system, etc... as MT is not descriptive enough. Sometimes, you can fit the entire word in the value key, but it is only 15 characters and that is not always an option.