Filtering User Option Values (v2018)

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
wincode2008
User
Posts: 125

Filtering User Option Values (v2018)

Post by wincode2008 »

I have a field STATUS and set the pre-defined user Values:

C - Close
O -Open
V - Void

I would like to display only the option C-Closed and O-Open in the field status at Edit page.

Than You


mobhar
User
Posts: 11744

Post by mobhar »

For such case, then you should use "Example 4" from "Lookup_Selecting" server event under the "Server Events and Client Scripts" topic of PHPMaker Help menu (v2019).


wincode2008
User
Posts: 125

Post by wincode2008 »

Thank you for giving attention to my query. I tried your suggestion, but it seems not working on pmp 2018


mobhar
User
Posts: 11744

Post by mobhar »

Because the setOptions method does not exist in v2018, yet. You need to use v2019 in order to use that feature.


Post Reply