Skip to main content

Hi everyone!, 

 

I’m in trouble, because I tried to make a selector field but it doesn’t work, I checked the field in WSDL schema.

 

The field is Product in WSDL schema

<s:element minOccurs="0" maxOccurs="1" name="Product" type="tns:Field"/>

and the selector definition in the DAC is Product

 add field "Product"{
selectorDisplayFormat = KeyDescription
pickerType = Searchable
weight = 2
selector {
add field "ProductID"
add field "Description"
}
placeAfter field "Acepted"
}

But I can't show that the field is searchable as the following field, but Owner field isn’t a grid control and my field is it.

 

Any help would be appreciated.!

Thanks

Hello!

 

Currently it's working successfully, the solucion is add the field in RowTemplate control.

 

Thank you for reading this 🙃


Thank you for sharing your solution with the community @angelesosorno86!


Hello!

 

Currently it's working successfully, the solucion is add the field in RowTemplate control.

 

Thank you for reading this 🙃

Can you explain more for “ add the field in RowTemplate control”
I need to add customer column while selection project in expense receipt screen.


Reply