NS Tools/DAL - v0.0.1
    Preparing search index...
    getText: (
        joinedFieldId: string,
        classReference: any,
    ) => (target: any, propertyKey: string) => void = getTextField

    Netsuite helper field types

    Type Declaration

      • (
            joinedFieldId: string,
            classReference: any,
        ): (target: any, propertyKey: string) => void
      • Parameters

        • joinedFieldId: string
        • classReference: any

        Returns (target: any, propertyKey: string) => void