NetSuite FastTrack Toolkit (NFT) - v8.0.0
    Preparing search index...

    Variable getStateByShortNameConst

    getStateByShortName: (string: any) => State | undefined = ...

    Retrieves the state object for the given State short name (e.g., 'CA') else undefined

    Type Declaration

      • (string: any): State | undefined
      • Parameters

        • string: any

        Returns State | undefined

    const stateIID = getStateByShortName('CA').id  //  The internal ID (iid) of the California State record