Trle94 Posted June 24 Share Posted June 24 Hello, Can someone please help me out? Is there anyways to show LINKs to Activity Logs? Also i have problems with notes using API, for some reason they are not showing up at client profile at all, code I am using is: $postData = [ 'userid' => $clientId, 'notes' => $note, 'adminid' => $adminId, 'sticky' => ($noteType === 'Create sticky note') ? 1 : 0, ]; localAPI('AddClientNote', $postData); Do you have any ideas what could be wrong? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.