Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / scaffold / resolveRemoteSource

Function: resolveRemoteSource()

resolveRemoteSource(source, instance): Promise<ScaffoldChoice[]>

Defined in: packages/b2c-tooling-sdk/src/scaffold/sources.ts:70

Resolve a remote parameter source. Requires authenticated B2CInstance (follows SDK operation pattern).

Parameters

source

DynamicParameterSource

The source type

instance

B2CInstance

Authenticated B2C instance

Returns

Promise<ScaffoldChoice[]>

Promise resolving to choices array

Throws

Error if API call fails

Released under the Apache-2.0 License.