how to add a view to Modules_rep in an existing RDL file in Report Designer? Have to add a new field from a new view than the existing view (barcode_lines) in the rdl file (report to register arrivals )


how to add a view to Modules_rep in an existing RDL file in Report Designer? Have to add a new field from a new view than the existing view (barcode_lines) in the rdl file (report to register arrivals )
Hi
To introduce new view you must introduce the related Entity to the .report file and make the relationship to the other entities and there you can add whatever the fields you need to display in your layout.
To add a field to a existing view you should add it to the .report file and it will create the change in .rdf file automatically, you can change your spacific logic to fetch value there using a cursor or a API call.
hi asanka , Thank you for your reply . how to do i introduce View RECEIPT_INFO_ALT to this Inventory part barcode and connect it to BARCODE_LINES?
hi
You can write a cursor in .rdf file to get values of view RECEIPT_INFO_ALT and assigned whatever the values you need to bind in fields of BARCODE_LINES.
Thanks & Regards,
Asanka.
@Asanka do we have any documentation on IFS report Designer than the standard document we find on IFS page?
However, I looked at the definition of the Inventory Part Barcode Report and it has built in functionality that supports adding custom fields from the InventoryPartBarcode LU (Entity). This means that you could add your custom field to that Entity using an Entity Configuration in IFS Cloud (Sol Mgr/Configuration/Entity Configurations/Entity Configurations), or a custom attribute in IFS IEE (RMB/Custom Objects).
Once the field is added and published, you should be able to see it in the Barcode Line folder in IFS Report Designer when connected to IFS.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.