Field::addValue($param)

Version 2025.1

Add new note

Return value

Object Page

Arguments

$param
string: Note text
array: Note values

Example

$Customer->muistiinpano->addValue('New note to customer');

Full documentation

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'
));

Note values

Name Type Description
text String Todo text
notify_to String User id