Hello everyone,
I have a customization package (A) that adds a grid tab to a custom screen from another package (B).
In package A .ts file I’m referencing this custom screen but I need to know if there is a global variable or something to create a dynamic tenant name in the import URL:
Example:
import { CP301000 } from 'src/customizationScreens/{tenant_folder}/screens/CP/CP301000/CP301000';
Thanks in Advance!
Alberto Bello