Regarding Generating Assembly Cost Reports
Hi,
i am trying to generate ACR report for Sourcing Projects.
When i run the standard report from analysis tab with the same parameters it works fine.
But for the same parameters, the attached code/API is not fetching any data. ( Reference : SDK Guide 9.3.1) ( However if we try to generate BOM Explosion Report through SDK APIs, it works fine)
it is just writing one line
<?xml version = '1.0' encoding = 'UTF-8'?>
Please share your inputs. In place of "data" if we pass "schema" it prints schema.
Thanks
Sneha
Code is as below:
public ActionResult doAction(IAgileSession agileSession, INode node, IDataObject affectedObject) {
i am trying to generate ACR report for Sourcing Projects.
When i run the standard report from analysis tab with the same parameters it works fine.
But for the same parameters, the attached code/API is not fetching any data. ( Reference : SDK Guide 9.3.1) ( However if we try to generate BOM Explosion Report through SDK APIs, it works fine)
it is just writing one line
<?xml version = '1.0' encoding = 'UTF-8'?>
Please share your inputs. In place of "data" if we pass "schema" it prints schema.
Thanks
Sneha
Code is as below:
public ActionResult doAction(IAgileSession agileSession, INode node, IDataObject affectedObject) {
1