Hi everyone!
I have in table field name "uri"
I want to update or insert this field by myself. Can i do this in callback_after_insert / callback_after_update ?
So doing next
->fields('......,...,.'uri')
->field_type('uri','invisible')
in callback_after_insert / callback_after_update
checking post['uri'] is NULL
just add to post['uri'] = test after inserting or updating does not save uri
Can anyone tell me what i am doing wrong?
Thanks!