Skip to main content

1. How does the smart object underlying a list view actually work?     It seems like only properies that are bound to columns are persisted. 

 

2. Is there a way to persist smart object list properies without having them bound to columns?

 

 

Hi,

 

List view with column bound to SO properties will act a a placeholder at the runtime to capture the data before post it to the server side. Hence if you dont have a column bound to SmartObject property you can push client side values to the server. 

Defining List column without SmartObject property bound will only use to display values at the runtime (on the fly) but you cannot get the details from server side.

 

Hope it helps!

 

Cheers,

Prajwal Shambhu


Reply