I am working on bringing a modification forward from 2009 to 2015. That is the only line called in the menu item. I cannot find PriceGroup defined anywhere. It is not a variable in this form, nor is it in the Sales Line table, the Sales Lines form, or the Sales Quote Subform.
The mod is a menu item under Functions on the Sales Quote form.
0
Answers
Whenever you see code like this it means the code has been written on the subform instead of the main page.
CurrForm.SalesLines.FORM.PriceGroup;
In the main Form you will find a subpage would be there whose name will be SalesLine, navigate to this subform and there you will find a Function named PriceGroup.
CurrForm - Main Form
SalesLine - SubForm
Form - Main Form designed for this subform. Navigate to this Subform unique ID.
PriceGroup - Function.
Thanks
Blog - https://rockwithnav.wordpress.com
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/