March 16, 200916 yr I have a global field called gCurrentClient. And after it is used in a script i want to unset/nullify the field. Does anyone know how to do this?
March 16, 200916 yr You can use the Script Step set(YourfieldGlobalField, "") as the final step in your script, However, since you have v10, why not use a Varilble instead of the global field? Lee
Create an account or sign in to comment