globale Änderung eines Tabellennamens
Hallo zusammen!
Habe folgende Herausforderung: ich greife bei verschiedenen Tabellen auf die Tabelle X zu. Diese Tabelle X möchte ich nun durch die Tabelle A (neu) ersetzen. Wie schaffe ich es, dass die übrigen Tabellen nun auf die neue Tabelle A zugreifen und nicht mehr auf die Tabelle X.
Vielen Dank
6 replies
-
Can you be more specific about what you mean by access Table X?
By a reference field?
Or do you have formulas?
Wie schaffe ich es, dass die übrigen Tabellen nun auf die neue Tabelle A zugreifen und nicht mehr auf die Tabelle X.
You have to make sure you go through your code and change all references to TableA. If it is a new reference field then you can do a Bulk Edit to set the links properly.
-
said:
what is the script for the bulk edit and is this script to be executed via the "global function" function?Bulk Edit can be seen under the gear icon of a table.
The script will depend on the records your tables. Are the records in TableA have the same record Id as TableX? If not then what other fields can you use to find the correct record to link to?
Content aside
- Status Answered
- 9 mths agoLast active
- 6Replies
- 35Views
-
2
Following