Solved

List View


Hi guys,

 

do you know how to get a field value from one record of the list. 

icon

Best answer by RaymondJVR 14 June 2018, 18:03

View original

2 replies

Badge +7

Hi,

 

Based on your question detials, if your list column is mapped to underlying smartobject, then you can get the value from smartobject property.

 

THanks,

Prajwal

Userlevel 4
Badge +13

Good Day Yu


 


This would depend on if you want to return all the values for a list view column or just a single cells value. Based on the explanation it sounds like you want to only return a single cells value.



 


You can do the following:


1. You can use the "Execute a SmartObject Method" rule to call as specified SmartObjects Load Method and load the specific record by providing it with a input mapping (this will tell the view to return a specific records values).



2. Then on the output mappings section you can specify which columns value you want by dragging it from the SmartObject in the object explorer to the required control.



This confirguration will return the second records surname value based on this scenario. 


 


Should you feel that this post is of use and or an accurate solution to the raised question, I kindly encourage you to mark it as such using the 'Mark as Solution', 'Kudo' andor ‘Me Too’ options.


 


Kind Regards


Raymond


 


 


 

Reply