Options for copying objects.
{
"proxies_to_relation" : {
"name" : str,
"weight" : number
},
"type_mapping" : {
"geo_container" : "act_activity"
},
"property_mapping" : {
"p1##xs:string" : "p2##xs:string",
"p2##xs:string" : "=( ${p2##xs:string} + ${p3##xs:double} )",
"start##xs:date" : "=MINLINKED( ${RELOBJECTS::deliverydate##xs:date} )",
"finish##xs:dateTime" : "=MAXLINKED( ${RELOBJECTS::start##xs:string} )",
},
"property_filter" : {
gom::PropertyFilterOptions
},
"properties" : {
"abc##xs:string" : "xyz",
"start##xs:date" : "=MINLINKED( $REL::activity:Start##xs:dateTime )"
}
}
- Since
- 1.1, 05.2026, jh