HI, How to monitor the moment of typing characters into an attribute using the SDK.
I would like to, for example, call an API after typing 3 characters and save the retrieved values to another attribute.
HI, How to monitor the moment of typing characters into an attribute using the SDK.
I would like to, for example, call an API after typing 3 characters and save the retrieved values to another attribute.
Hi,
You can use customDataSource SDK if your attribute is to be a selection attribute.
You can set your call API method in GetDataAsync after the specific length of searchConditions.
It will return DT of data that you can show for the user and return value to another attribute :)