Hi,
I am using build 23504 x64
I have 2 database connections:
ConA - this database manage the user audits, groups, members and rights
ConB - manage the daily transactions
My primary connection is ConA and ConB the secondary connection
Everything is working fine - but now I have added code to a transaction table wshop_t, "Before Record added" event - to check if a specific record exist.
When Submit I then get this error, Error descriptionTable 'cms.wshop_t' doesn't exist
So it is looking for the table in the wrong place because this table exists in the secondary database, ConB and it is looking for the table in ConA connection.
How do I fix this ?