cancel
Showing results for 
Search instead for 
Did you mean: 

HR P&F: Call BS from list screen(F4)

Former Member
0 Kudos

Hi experts

I've a requirement to call Z back-end service class upon selecting value from dropdown list.I'm currently designing a form to show certain fields upon selecting particular STATE but if the user select other state, i shouldn't show the additional fields.

After the user click OK button in dropdown list, immediately I should display the additional fields & if the user select other value then I should hide the additional field.

Does anyone work the similar requirement. Appreicate your kind input

Thanks

Babu.K

Accepted Solutions (1)

Accepted Solutions (1)

ChrisSolomon
Active Contributor
0 Kudos

Show/hide fields based on other fields or events is a pretty standard one around here. Depending on which form option (Adobe or FPM or other) you use, it will dictate which way to do it.

For Adobe forms, you can use client side (in form) Javascript/Formcalc to control the "presense" of the field(s) based on events in other fields (like drop down selection) along with using user events too if you like.

For FPM forms, you can set up "user events" in config and then "bind" those to an action on your form (like selecting an entry in a dropdown), then you use a generic service to "catch" the event and set the UI attributes of your fields to show/hide as needed. I just did a couple of blogs about this:

...and others have blogged on it too (also search for "ui attributes).

It is pretty easy once you get the hang of what is going on and where. Good luck!

Former Member
0 Kudos

Chirstopher has given the ways for Adobe and FPM, you can follow them and let us know if you need any further info. I have developed FPM forms and controled the visibility of fields based on conditions.

Answers (0)