cancel
Showing results for 
Search instead for 
Did you mean: 

CFL Predictive Text

0 Kudos

Hello experts,

I have an addon that has CardCode and CardName CFLs.

How do I enable predictive text as in SAP B1 forms either using C# or screenpainter?

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Johan_H
Active Contributor
0 Kudos

Hi,

Please check out this tutorial.

Regards,

Johan

0 Kudos

Hi,

Can't this be done by the UIAPI object instead?

Regards,

Johan_H
Active Contributor

Hi,

The UI API gives you access to B1 client GUI elements. That means that you can mimic in code anything what otherwise a user would do (open the form, click the field, start typing, etc).

If this autocomplete functionality is not already provided by the B1 GUI, you have to write the necessary code yourself.

Regards,

Johan

Ok Thanks.

Answers (0)