Hi Team,
When i run below code second time in OnAfterFormDataLoad event. The item list display empty. What is the reason?
oCons = oCFL.GetConditions
oCon = oCons.Add
oCon.Alias = "ItemCode"
oCon.Operation = BoConditionOperation.co_EQUAL
oCon.CondVal = ItemCode
oCFL.SetConditions(oCons)