Performs set up using the information configured in the portal Data Source editor.
Note: Values retrieved from the portal using IDocFetchProvider.Initialize(DataSourceInfo dsInfo)
will be decoded in the process. To prevent + from being decoded into a space and % from having indeterminate behavior, make sure that all values entered using SCI pages are encoded using CSPCodec. Likewise, all values that have been encoded in SCI datasource pages should be decoded when displayed with SCI using Plumtree.Remote.Util.CSPCodec
.
IDocFetchProvider Interface | Plumtree.Remote.Docfetch Namespace