Hi Frds,
I am working on Large contract which deal with more than 500 line items.
I did BOL programming at Component level where I use get the Item collection from Context Node and perform some business logic. Its working fine when there are few line item eg 50 or 90.
lr_collection = typed_context->btadmini->collection_wrapper.
Issue comes when the line item reach more then 450. At this time collection wrapper only show first 10 item entities. I try with Iterator also but result is same. I try to loop on collection wrapper like get_first() -- get_next() but still result is same.
Due to this issue I unable to find random item entity which suit business condition.
Please advice
Thanks,
Imran