CreateUserTodo
Beschreibung
Erstellt ein Todo für einen bestimmten Benutzer
| Name |
Type |
Required |
Description |
Subject |
String |
True |
|
Instruction |
String |
True |
|
Owner |
IUser |
True |
|
Priority |
String |
False |
|
Due |
DateTime |
True |
|
EntityContext |
IEntityLink |
False |
|
Remarks |
String |
False |
|
SearchField1Value |
String |
False |
|
SearchField2Value |
String |
False |
|
SearchField3Value |
String |
False |
|
SearchField4Value |
String |
False |
|
SearchField5Value |
String |
False |
|
SearchField6Value |
String |
False |
|
SearchField7Value |
Decimal? |
False |
|
SearchField8Value |
Decimal? |
False |
|
SearchField9Value |
DateTime? |
False |
|
SearchField10Value |
DateTime? |
False |
|
Complexity |
Int32? |
False |
|
Output-Paramters
| Name |
Type |
Description |
Todo |
ITodo |
|