I am trying to remove the class name from a tracker on a bootstrap on Channel Energy. I have tried:
I check the fields on the tracker and it says the names changed, but it doesn't reflect in the UI.
Any ideas?
Never mind, I also had to change the livename and that did the trick.
Code:
Render 40000
hero.childfound[xChannel].field[trkBaseNm].text = hero.childfound[xChannel].field[shortname].text
hero.childfound[xChannel].field[actName].text = hero.childfound[xChannel].field[shortname].text
hero.childfound[xChannel].field[sbName].text = hero.childfound[xChannel].field[shortname].text
I check the fields on the tracker and it says the names changed, but it doesn't reflect in the UI.
Any ideas?
Never mind, I also had to change the livename and that did the trick.
Attachments
Last edited: