I'm developing mobile sales configuration. I want to delete all records from accumulation register.
Sales man get products his car. When he want to load his car, my program get new warehouse(car) datas from main configuration via web service. I have to delete old warehouse datas from Accumulation register on mobile configuration and write new datas.
How can I do that? Could you offer sollution please?
If you would like to have an accumulation register in your mobile application, you will have to keep all documents that write records in this register.
I suppose, that in your case to get more current data on stock, you will need to make a request to the main infobase and get this value using a web service.
Thanks sir, still I am making request to the main infobase and get values via web service I know.
But I want to clear my stock accumulation register and when I get values I delete document which recorder of stock accumulation register. But when I checked accumulation register records still there and recorder area says "Object doesn't found" because documents deleted but accumulation register values still here.