I've been away from SLX for about 8 months, and I remember it can be frustrating, but I didn't remember just how frustrating...
I'm updating an existing application to the web. I have a custom table that is 1:1 with the Account table.
I have added that as a new entity and now want to make it an extension of the Account entity. I check the Is Extension box and try to select the Account entity from the drop down box, but it is not in the list.
I suspect the issue may be that many objects are aliased and/or not named consistently across the entities. For example, we call Accounts 'Clients'. The extension table is C_ClientInfo and the ID is ClientId. There is a 1:1 relationship on the Account as follows: Account.AccountId = C_ClientInfo.ClientId.
I thought it might be that the ID names don't match, but other tables show in the drop down that don't have the ClientId field.
Any idea on why the Account table does not show in the list of possible matches to create the extension relationship?
Or any suggestions on how to create that relationship?
Thank you. |