Has anyone been able to create a drop down type user field from Configuration Console? We are looking to create a field similar to Invoice Type on the Request Invoice Payment user action, but want it to be drop down only.
Maybe I am over simplifying things but I believe all you need to do is create the user field then add States to it. Then when you add it to a form it only allows you select the values from the drop down.
Example of what Don described above, creating a user field called "TestField" on the PayablesInvoice business class.
PayablesInvoice is a BusinessClass owned by ap
Persistent Fields
TestField is AlphaUpper size 1 States Invoice value is blank CreditMemo value is "C" DebitMemo value is "D" Prepayment value is "P" PrepaymentCredit value is "Y" MatchPrepayment value is "R"
Actually looks like you may not be able to add a User Field as a User Action parameter type because it's not a DefinedType.
Actually, that worked exactly as we wanted it to. Thanks Don.