Difference between revisions of "Activity:SaveObject (Activity)"
(→Usage) |
|||
| Line 1: | Line 1: | ||
| + | The SaveObject Activity saves a {{UBIK}} object to the database. | ||
| + | |||
| + | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Save Object | | title = Save Object | ||
| Line 9: | Line 12: | ||
| version = 2.1+ | | version = 2.1+ | ||
}} | }} | ||
| − | |||
| − | ==Arguments== | + | ===Arguments=== |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
| Line 24: | Line 26: | ||
|} | |} | ||
| − | ==Usage== | + | ===Usage=== |
This activity is used save a newly created or changed object to the database. This is necessary if you create a new object during the workflow, e.g. with the [[Activity:CreateInstance_(Activity)|CreateInstance activity]] or if you modified an existing object with the [[Activity:SetPropertyValue_(Activity)|SetPropertyValue activity]]. | This activity is used save a newly created or changed object to the database. This is necessary if you create a new object during the workflow, e.g. with the [[Activity:CreateInstance_(Activity)|CreateInstance activity]] or if you modified an existing object with the [[Activity:SetPropertyValue_(Activity)|SetPropertyValue activity]]. | ||
| − | + | =Example= | |
Save the given object shallow: | Save the given object shallow: | ||
| − | |||
| − | |||
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" | ||
|- | |- | ||
| Line 41: | Line 41: | ||
| ShallowSave || <source lang = "vbnet">True</source> | | ShallowSave || <source lang = "vbnet">True</source> | ||
|} | |} | ||
| + | |||
| + | <headertabs /> | ||
==See also== | ==See also== | ||
Revision as of 17:11, 23 February 2015
The SaveObject Activity saves a UBIK® object to the database.
