HOW TO SET VALUES WITH DATA TRANSFORMS Flashcards
1
Q
How do you refer to a single value property named OrderDate?
A
.OrderDate
2
Q
How do you refer to the first entry in a value list property, such as a discount code?
A
.DiscountCode(1)
where 1 is the list index.
3
Q
pyDefault
A
set default values when a user creates a case.