Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Table Commuter for Alias Tables

I created a table commuter for one of our tables and added the BASE_MFS to the end of the table's MFS chain. I've tested everything successfully and CalculateColumn is working great. However, I noticed that it isn't working for alias tables. Should I be creating another version of the table commuter under the Alias' name in order for this to work? For instance, if the original table table commuter is called INVOICE_ACTIONS (INVOICE being the table name), should I create an INV_ACTIONS (if the alias name is INV)?

Comments

  • That's a good question. I don't know if I have ever had that situation come up before. I think BASE_MFS should be updated to identify if the table is an alias and attempt to find the table commuter for the original name, but in the meantime you probably will need to create a new table commuter for the alias name.
Sign In or Register to comment.