buildAccount

open fun buildAccount(@NonNull userAccount: UserAccount): Account

Resolves the persisted Account whose account name and Salesforce identity match the supplied user.

Return

Exact Account object, or null when no identity match exists.

Parameters

userAccount

UserAccount object.