Hi - I have one web application object, one web process and one main process. Current flow is : I am calling object from web process and web process from main process. Whenever I try to read certain fields it gives me below error :
Internal : The specified item was not locked by this business object
Having said that, when I just call object from my process it doesn't give error( here I am not calling process within process, directly process which in turn calling object).
How to resolve this error? Any help or ideas will be appreciated.