Reputation: 1879
My requirement is to have data source for "multilist with search" from third party API which returns JSON. Json do have Ids(Ints) but I want to store them as pipe separated like sitecore store for multilist.
Is there a way to achieve this? Any suggestions will be appreciated.
Upvotes: 0
Views: 241
Reputation: 27132
Sitecore does not have anything like this OOTB. You need to create a custom multilist field.
Here is a good read to start: http://sitecoreblog.blogspot.be/2012/04/how-to-create-custom-multilist-field.html
Upvotes: 1