I want to perform dynamically add and remove multiple resources functionality,
but below function accepts on one object at a time:
scheduledData.scheduleCompObj.addResource(resourceData[0], 'Resources', 0);
Is there any way i can pass array of object to add multiple resources at a time.