UpdateDocumentInput
Interface Function
The parameter entity that calls UpdateDocument
Attribute
Attribute | Type | Remarks |
---|---|---|
DocIds | List<String> |
Update condition, mutually exclusive with SearchItem, priority is higher than SearchItem |
SearchItem | List<SearchItem> | Query conditions, mutually exclusive with DocIds, lower priority than DocIds |
Order | Dictionary<string,int> |
Update by search method, specify the query sorting method, and use it with Size |
Size | int | Update by search method, specify the number of updates each time, which is related to interface performance |
EntityName | String | Specify Form, same with FormAlias, the identity of the form |
FieldsValue | Dictionary <String, String> |
The fields to be updated or the parameters required for the workflow step to be executed |
ActionCode | String | workflow action code |
ActionMessage | String | Operating instructions in the edit history |
StaffId | String | Operation userID |
StaffName | String | Operation userName |