Actually there are many ways to apply data source on Template's Field, Rendering Item, Rendering data source Location and Rendering parameter.
- using sitecore data item path/id
- using sitecore query/fast-query
above both - most used ways.
But there are many scenarios, where after applying data source path wanted final list after modified data by type, filtering, custom code logic or any dynamic logic on data source .
But there are many scenarios, where after applying data source path wanted final list after modified data by type, filtering, custom code logic or any dynamic logic on data source .
Custom class as data source
We can do this activity as well using custom class, and we can call them on
We can do this activity as well using custom class, and we can call them on
by setting data source Field value as
code:Sitecore.CustomDataSources.UpdateDataSource,Sitecore.CustomDataSources
PowerShell script as data source
There are also another way to do this using PowerShell script.
by setting data source value as
script:/sitecore/system/Modules/PowerShell/Script Library/CustomDatasource
and place your PowerShell script at above location with File name as CustomDatasource
and place your PowerShell script at above location with File name as CustomDatasource
Hope this will help.
Please add a search Blog feature to your blog. Thanks.
ReplyDelete