Customer Portal

Reference dynamic metadata in CTL

Comments 2

  • Avatar
    Pedro Vazquez Rosario
    0
    Comment actions Permalink
    Hi jblythe99,

    In the case of Dynamic Metadata, it works a bit differently when referencing in CTL. The code to reference the dynamic metadata is:

    <tablename> mymetadata;

    TableName being the name of the table in the SQL query you are referencing.

    I would recommend having to parameters one for the SQLQuery and another for the TableName. That way you can just use the parameter in the CTL, thus having the process be more dynamic.
  • Avatar
    jblythe99
    0
    Comment actions Permalink
    Thank you! This is exactly what I needed.

Please sign in to leave a comment.