Quantcast
Channel: Ivanti User Community: Message List
Viewing all articles
Browse latest Browse all 12704

Re: Clearing values on attribute after using a dynamic window calculation to hide them

$
0
0

Hi Carl

 

My Boo! isn't great (understatement)  but I'm guessing something like this, where my "clear the attributes" attribute is the Request._EquipMoreEquiptoSpecify1

 

import System

static def GetAttributeValue(Request):

  Value1 = 'false'

  if Request._EquipMoreEquiptoSpecify1 == 'false':

  Value1 = null

  return String.Format(":update(Attribute1,{0});:update(Attribute2,{0});:update(Attribute3,{0});", Value1)

 

I'm not sure of the syntax or commands though

 

Cheers

Jason


Viewing all articles
Browse latest Browse all 12704

Trending Articles