![]() |
Sergey Kornilov admin 3/5/2016 |
This is the way how this feature works. |
M
|
mhollibush author 3/5/2016 |
This is the way how this feature works. If you need to prevent duplicate values and also allow empty values you need to use BeforeAdd event and check for these conditions manually.
|
![]() |
Sergey Kornilov admin 3/6/2016 |
I do not have an exact code example but here is the pseudo code for BeforeAdd event if (field value is empty) {
|