saveDetails¶
saveDetails
assigns values to specified attributes and saves the record and all children. Works only on detailsPage, on other pages it works like save
actionValues | |
---|---|
{attribute} |
(optional) assign this value to the attribute |
{
"label": "Saves the record and children",
"icon": "icon-floppy-disk",
"action": "saveDetails",
"actionValues": [
{
"WOPRIORITY": "2"
},
{
"OWNER": "${userData.personid}"
},
{
"DESCRIPTION": "${DESCRIPTION} + ${WOPRIORITY} + ${appParams.standort}"
}
]
}