Hi
i need to write my own php page to update Contact entity (just update a field).
1/ Should i put my page here ? ./application/Espo/Modules/Crm/Jobs/<mypage>.php without any issue during upgrading my EspoCRM version (or is there a custom folder to put our own jobs script) ?
2/ I need to edit one field
I was thinking doing the same than this :
(filter my contact rows to find), then set my attribute
Let me know if i'm doing something wrong
Sebastien
i need to write my own php page to update Contact entity (just update a field).
1/ Should i put my page here ? ./application/Espo/Modules/Crm/Jobs/<mypage>.php without any issue during upgrading my EspoCRM version (or is there a custom folder to put our own jobs script) ?
2/ I need to edit one field
I was thinking doing the same than this :
(filter my contact rows to find), then set my attribute
Let me know if i'm doing something wrong
Sebastien
Comment