Changes
The SaveObject Activity saves a {{UBIK}} object to the database.
=Description=
{{ActivityInfoBox
| title = Save Object
| version = 2.1+
}}
===Arguments===
{| class="wikitable sortable" | width = "50%"
|}
===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]].
Save the given object shallow:
{| class="wikitable" | width = "50%"
|-
| ShallowSave || <source lang = "vbnet">True</source>
|}
<headertabs />
==See also==