vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Variable normalizeSalesforceNameConst

    normalizeSalesforceName: (name: string) => string = ...

    Normalizes a Salesforce field or class name by removing the namespace prefix, dropping the __c postfix and replacing any underscores in the middle of the name.

    Type Declaration

      • (name: string): string
      • Parameters

        • name: string

        Returns string