in 6.513
i have a bit of code where it checks if the current line is of such as below ( sales order line changed event)
SalesOrderLineObject.KitLineType = 2
my question is -
in Jiwa 7 what is the equivalent for KitLineType = 2
I can see that there are constant strings such as e_SalesOrderNormalLine for a normal line in the property KietLineType in Jiwa 7.
However I want to make sure the i am filtering for the correct line type in Jiwa 7 when converting from 6513.


