TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >

 

SetDistinctFieldName

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >

 

SetDistinctFieldName

 

 

Sets the deduplication field name.

 

 

 

Prototype :

 

void SetDistinctFieldName

(

       string DistinctFieldName

)

 

 

 

Arguments :

 

DistinctFieldName

deduplication field name

 

 

 

Reference :

 

TextBox data type should be the summary type.

 

 

 

Example :

 

This.SetDistinctFieldName("Name");

 

 

 

Available Events :

 

OnInitialize