I create a C# application and add a AIF document service reference in my application. Then I want to create two records in one table by service.create function ,one record is set in company A and the other is set in company B.
I could only find the setting of company in callcontext.company and serviceQuery.senderId which means the two records
have to be set in the same company.Is there a way in which I can set the set them in different companies?