Skip to content
+1-888-319-3663

COMMUNITY FORUM

Update Global Variable

Gary Basson asked 7 years ago
 Can you update a global variable from a TaskScript. I have been testing the following code but it never updates the global variable. It will read the variable that is there but not overwrite it.
GBL_BATCHID = ‘CRM-‘ & DateTime.Now.ToString(‘MMM-yy’)
Messagebox.Show(GBL_BATCH)
return true
Thanks in advance

If you would like to submit an answer or comment, please sign in to the eOne portal.