View data in other company

ericleungericleung Member Posts: 14
Hi,

Is it possible to view the data from other company in a form?

I have try the following code to change the item record, that's true the record can access the data in other company:

item.changecompany(companyname);
itemlist.settableview(item);
itemlist.runmodal;

but the form can just show the data in the company in use, I would like users can view them.

Many Thanks in Advance

Comments

Sign In or Register to comment.