How to fetch the value entered in a Dynamic Choice List using Groovy Script and set in another field
Summary:
How to fetch the value entered in a Dynamic Choice List using Groovy Script and set in another field
Content (required):
How to fetch the value entered in a Dynamic Choice List using Groovy Script and set in another field.
Currently using below. But, here the value of x is coming up as null. Pls suggest.
def x = getAttribute('CustomerProductItem_c')
println('Value of x is : '+x)
setAttribute('ItemNumberTrans', x)
Both "CustomerProductItem_c" and "ItemNumberTrans" are dropdowns, where ItemNumberTrans is Oracle Standard field.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0