upload

Starts upload of a file.

Syntax:

upload ( ItemName to EntitysetRef (DataitemReference ( ,DataitemReference )* )| <String> ) [ FromFileSelector ] ( ;| {
( ExecuteDbAction )+ [ ExecutePostAction ]
})

When specifying a file, the url will be: <projectionname>.svc/<entitysetname>(<keys>)/<fieldname>


            execute {
               upload OriginalFileData to FileTemplates(DocClass,LanguageCode,FormatSize)";
            }

It is also possible to specify the url details directly.


            execute {
               upload "FileTemplates(DocClass=$[DocClass],LanguageCode=$[LanguageCode],FormatSize=$[FormatSize])/OriginalFileData";
            }

ItemName

Upload field name

Syntax:

<Identifier>

EntitysetRef

Entityset name

Syntax:

<Identifier>


This page is generated from IFS Developer Studio at 2021-08-13 08:43.