Is there any additional documentation on using VBscript. I'm trying to set up logic that will set a specific text string in an object which is dependent on short text string in another object.
Example: In one object the user will enter a two-character country code such as CN, US, TW, or UK. Depending on which country code is entered, a second object will need have a specific set of text such as "Product of", "Made in", "Assembled in". I hoping to do a IF-THEN statement or logic to create this, but so far I haven't found a way to do this in the VBScript feature. Any help would be appreciated in solving this.
0 Replies