/
DMS_UpdateDocumentMeta1

DMS_UpdateDocumentMeta1

Einzelnes Metadaten-Feld eines Dokumentes aktualisieren.

Prototype


DMS_UpdateDocumentMeta1( url, fieldset, field, value )

Parameter


ParameterTypBedeutung
1stringDMS-URL
2stringFeldart
3stringFeld
4stringWert

Rückgabewert


NummerTypBedeutung
1integer/nilErgebniscode 0 bei Erfolg oder nil, wenn Dokument nicht gefunden.

Beispiel


local Ret = DMS_UpdateDocumentMeta1("syslog-dms-bridge://<document_id>", "SYSLOG_DVS", "Artnr", "150220" )
if Ret == 0 then
	SY_Proto("Wert erfolgreich geändert")
else
	SY_Proto("Wert konnte nicht geändert werden")
end

Related content

DMS_AddDocumentWithMetadata
DMS_AddDocumentWithMetadata
More like this
DMS_GetDocumentMetaInfo
DMS_GetDocumentMetaInfo
More like this
DMS_DownloadDocumentTemp
DMS_DownloadDocumentTemp
More like this
syslog.API Beta 0.1.32
syslog.API Beta 0.1.32
More like this
DMS_DeleteDocument
DMS_DeleteDocument
More like this
syslog.ERP 6.01.055
syslog.ERP 6.01.055
More like this