Field::addValue($param)
Version 2025.1
Add new note
Version 2025.1
Add new note
Object Page
$Customer->muistiinpano->addValue('New note to customer');
Add new note
$Customer->muistiinpano->addValue('New note to customer');
New note: Notify user
$Customer->muistiinpano->addValue(Array(
'text' => 'New note to customer',
'notify_to' => '1001'
));
Name | Type | Description |
---|---|---|
text | String | Todo text |
notify_to | String | User id |