Get-DmsFolderQuote #
ÜBERSICHT #
Ermittelt den DMS-Ordner zu einem Angebot.
SYNTAX #
Get-DmsFolderQuote [[-QuoteId] <int>] [[-QuoteNo] <int>] [[-Conn] <__ComObject>] [[-Udl] <string>]
[[-ConnStr] <string>] [-CreateFolder] [<CommonParameters>]
BESCHREIBUNG #
Wrapper um Resolve-EulDmsFolder für das DMS-DataObject Eulanda.Angebot. Hat Eulanda.Adresse als Parent – der Pfad ist <BaseFolder>\<AdresseFolderPath>\<Match>\<AngebotFolderPath>\<Kopfnummer>.
PARAMETER #
-QuoteId #
Type: int
Interne Angebots-ID (Angebot.Id).
-QuoteNo #
Type: int
Angebotsnummer (Angebot.KopfNummer).
-Conn #
Type: __ComObject
Optional: Bereits offene ADODB-Verbindung.
-Udl #
Type: string
Optional: UDL-Dateipfad zur Verbindung.
-ConnStr #
Type: string
Optional: Connection-String zur Verbindung.
AUSGABEN #
string
BEISPIELE #
Get-DmsFolderQuote -QuoteNo 20260405 -Conn $conn