Batch job Execution for ALL Companies
Views (609)
Batch job Execution for ALL Companies
void run()
{
while select crossCompany purchTable
{
changeCompany(purchTable.DataAreaId)
{
// todo your logic
}
}
}
This was originally posted here.

Like
Report
*This post is locked for comments