Variable type from ritm script

Varun30
Giga Expert

I need to populate variable values to ritm description. I need to skip populating variables of type html. Is there a way to identify the variable type for an existing ritm ? Something like current.variables.variable_name.type?

7 REPLIES 7

@Varun30 

 

Can you explain with an example what you want exactly

 

I need to populate all variables for ritm to ritm description. If the ritm contains html variables, ignore it. Populate rest of the variables on ritm description

Anurag Tripathi
Mega Patron
Mega Patron

This would be for a particular Catalog Item, So you should know the HTML Variable part of the catalog item and you can eliminate them using the name.

There is no direct way to find the type of the variable , you can query the table and fid it out but I would not recommend that.

-Anurag