I got it working in the createObject() for newly inserted data. Now, I've to call the function on every update of records as well. So, I think I've to use the updateObject() ?
One question is how do I get the key, table of the record in updateObject() ?
Is it $key[0], tables[0]?
I got it working in the createObject() for newly inserted data. Now, I've to call the function on every update of records as well. So, I think I've to use the updateObject() ? One question is how do I get the key, table of the record in updateObject() ? Is it $key[0], tables[0]?