Discover what MainStem's Add-In can do for you today!
- Find Parent ProductsYou can run a custom function to send a product name and/or SKU and return the closest matching MainStem Parent Product.
- =MainStem.GetParentProduct("Product Name", "Product SKU")
- Lookup product by just name=MainStem.GetParentProduct("19 DRAM Blue Pop Top")
- Lookup product by name & sku=MainStem.GetParentProduct("Big-N-Sticky","VX20010")
- Lookup product by just sku=MainStem.GetParentProduct("","VX20010")
- Find Child ProductsYou can run a custom function to send a product name and/or SKU and return the closest matching MainStem Child Product.
- =MainStem.GetChildProduct("Product Name", "Product SKU")
- Lookup product by just name=MainStem.GetChildProduct("19 DRAM Blue Pop Top")
- Lookup product by name & sku=MainStem.GetChildProduct("Big-N-Sticky","VX20010")
- Lookup product by just sku=MainStem.GetChildProduct("","VX20010")
