March 7, 200817 yr Hi, I have a valuelist with 10 names of staffmembers. Each member has it's own button with some script attached to it. I would like to when i change the valuelist, the names on the buttons change too. Is that possible?
March 7, 200817 yr Hey Toko, What I've done in the past is put the values as records in another table, then show those records as a portal and put the script on the field in the portal. For example, I'll have a list of employees in another table. Adding another employee just adds another row in the portal. Hope that helps.
March 7, 200817 yr You could have a global text field with the value list on it and a single button next to it. A user would choose a name from the list and click the button. The script would check the name in the global and run the appropriate script.
Create an account or sign in to comment