Tuesday, 3 April 2018

Query to get location of rtf Template of Bursting Control file

SELECT 'xdo://'||
       xtb.application_short_name||'.'||
       xtb.template_code ||'.'||
       xtb.default_language ||'.'||
       xtb.default_territory rtf_template_location
  FROM xdo_templates_b xtb
 WHERE 1=1
   AND xtb.template_code = 'RTF_TEMPLATE_CODE'

No comments:

Post a Comment