Entity Properties Caption Application Variable will not resolve in Entity Name.
Caption:
Payment
Name:
<%Caption%>FACT
Generates the following SQL
CREATE TABLE <%CAPTION%>FACT(
)
;
Instead of
CREATE TABLE PAYMENTFACT(
)
;
Is there a setting or option that I'm missing that allows the user to use the caption of the Entity in the Entity's name? Or can you confirm this is a bug? If so, is there macro/script workaround?
Using TDM 7.1.0.216 On Windows 10 Enterprise Version 1809 OS build 17763.914.