Table Widget

As prescribed i tried to replicate the sample BPM provided by Bonitasoft
http://www.bonitasoft.com/for-you-to-read/videos/bonita-bpm-7-ui-designer-basics

I face a situation where table data in Expense Review report is not populatedIMG Ref

even though I checked other variables which are displaying and also binded the table content to the line values.

Please have a look at image and help me in this. Facing the issue from many days.

Thanks and Regards,
Karthik Rayanki.

Hi,

To populate the table widget you use a variable (linevalue) that is initialized using a REST API call.
You call the following URL: ../API/bdm/businessData/com.company.model.ExpenseReport/6/lines

The URL you use includes the id of a business variable (6). It’s likely that this specific instance of the business data will not exist at runtime.

You should rather use “…/”+context.report_ref.link to access the business variable value.

Hi,

Can you share your .bos file? That might help to figure out the issue.
You can use for example dropbox or google drive to share the file.

Thanks

https://drive.google.com/file/d/0By6zUs5wZUxmbW5WNXJhZ2VYd0k/view?usp=sh

link to .bos project

Hi Antoine ,

Could you please acknowledge me if you are able to access the file I have shared.

Thanks,
Karthik…

Yes, got it…will have a look later

regards

https://drive.google.com/file/d/0By6zUs5wZUxmbW5WNXJhZ2VYd0k/view?usp=sharing

link to .bos project

Please use this URL to download project in .bos format…

https://drive.google.com/file/d/0By6zUs5wZUxmbW5WNXJhZ2VYd0k/view?usp=sharing

Hey Antoine,

Please use this link from drive
https://drive.google.com/file/d/0By6zUs5wZUxmUGZXWjJkM0tGczg/view?usp=sharing

which I used exactly the variable API link you told me. Even though I get the error. If that the case then summary should not be populated but its showing correct. Only problem with table binding which I am afraid that is not the correct way. Please help me in this…

Thanks…

Can you share the process bos file?

Thanks