cancel
Showing results for 
Search instead for 
Did you mean: 

Smart field inside Form

09-06-2022 9:57 AM
almedin_hodzic53 Participant
602 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Greetings, recently we upgraded the version from 1.5.4 to 1.71.45.

In the previous version, everything worked fine, but now smart field value help does not work.

I will attach the file with the code because tried it here, but the formatting is bad.

With the 1.71.45 version:

With the 1.5.4 version:

And it works when I search.

Any suggestions?

excertcode.txt - Code

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

RaminS
Active Participant
0 Likes

SmartLabel is actually a private API of SmartField and should not be used in applications. FormElement also has been deprecated. Here are a couple of links that may be helpful for you:

SmartLabel question

FormElement

You may want to cleanup the code, any of the SmartField examples here should give you a good idea.