cancel
Showing results for 
Search instead for 
Did you mean: 

How to show values from database table in Web UI Table view

naval_bhatt4
Contributor
0 Kudos

Hi Gurus ,

How to show the values in a z-Table or any database table in a table view ?

I know the process of creating the table view and creating the node but not sure how to fill the values .

Thanks ,

Naval Bhatt.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member214667
Contributor
0 Kudos

Hi Naval,

It depends on whether you created a BOL model for your Z-table or not. If you don't have a BOL model, then all you can do is use a value node. In that case, you need to add attribute that you want to show in the value node, read the values from the z-table and add them to the node. You can create method(s) in view implementation class to read values from database table and fill the context node. From where these methods should then be called will depend on your requirement.

Regards,

Shiromani

Former Member
0 Kudos

Hi,

Please follow below steps and your issue would be resolved.

How to display a z-table in an assignment block

Regards,

BJ

Former Member
0 Kudos

Hi Naval,

For populating the data you have to write the code in DO_PREPARE_OUTPUT. You may be having a Key in your Custom table or Standard table using that key you have to populate the values.

For example, if you want to populate some data related to service contract then service contract guid will be key in your table and using that you can populate the data in the UI.

Regards,

Lakshmi.Y