I have this script , i want use update_recordset. How can i use crossCompany from update_recordset?
while select forUpdate crossCompany Table
where Table.dataAreaId == _dataArea
&& Table.ItemId == Table.ItemId
{
changecompany(Table.dataAreaId)
{
Table.Stopped = false;
Table.update();
}
}
*This post is locked for comments
I have the same question (0)