SqlDefs
You can fetch EPT specific SqlDefs using the following API (make sure to use the correct prefix):
String sql = Services.get(SqlService.
class
).lookupSqlDef(
"EPT.SampleEnterprise.SampleSqls"
,
"GetMyEnterprise"
, context);
You can fetch EPT specific SqlDefs using the following API (make sure to use the correct prefix):
String sql = Services.get(SqlService.
class
).lookupSqlDef(
"EPT.SampleEnterprise.SampleSqls"
,
"GetMyEnterprise"
, context);