Hi,
Maybe the subject title is not so clear, what I want to do is whenever a new asset type is created, the same record should be created in the inventory type, in_type table. I want to do this because there is a relationship between asset and inventory by the type_id, changing the label of the type_id is reflected in both modules.
I found the soap service that triggers the insert data, but I'm not able to find the origin of the call, I assumed it's an ajax call from the client. Any pointers?
Thanks.