Don’t know if it is there! Don’t know if this has been asked for either but:
I want to define a relationship between a global and a table and I want this to be available globally. As far as I can see it is not there yet but if this could be done it would great! Narrows something like 20 relations down to 2…
I have a relationship globals.Self = tableName.SelfField
To make that I have to select a source and a destination. A source can not be ‘application’ to make it globally available. So I make a choice for tableName2 as source.
But now I can’t use that relationship on tableName3 anymore.
The same if I define a relationship tableName.SelfField = tableName.SelfField. This is also only available in a form for TableName…
I will explain whay:
I have a companycard. Within that view I have a calendar view for every calendar item (not just related to company). But this calendar view shall be used elsewhere too.
As you can understand I want to use just one relationship and not define every time over again the, in fact, exact same relationship…