Hey Developers,
I am pretty much new to infor development and I am stuck at loading secondary collection. I created a new secondary collection from left properties pane. Now I am trying to refer that collection on a drop down change event. I fired that event method was called successfully but secondary collection is not loading. I tried msgbox(ThisForm.GetSecondaryIDOCollection(2).GetNumEntries()).ToString()) and its showing 0 But I have more than 5 records in that sql table(referencing that secondary collection). Shall I need to call any pageload event to load that collection?
Thanks