on ‎2021 Apr 28 7:46 AM
Hi all,
We have our FSM integrated with C4C and the C4C Id for the ServiceCall is being stored in field externalId.
As per business requirement we need to include this C4C Id into our serviceCheckout report. We have tried to add the field by modifying the report with Jaspersoft but the field is not available.
Does any of you have any idea on how we can achieve this? In FSM's query api we are able to select the field and also to show it on the screen configuration, but Jaspersoft seems not to recognize it.
Thanks a lot for you help. BR,
Alfredo
Request clarification before answering.
Hi Alfredo,
It's definitely possible. And here is what needs to happen:
1. In Main Report (report.jrxml) you need to open "DataSet and Query editor dialog"
2. There in the table at the bottom you need to add a new field with field name serviceCall.externalId with class type java.lang.String and close the dialog with Ok button.
3. The field will appear in Fields in Outline in Main Report.
4. Then you will be able to use it as any other field as $F{serviceCall.externalId}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 16 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.