Custom form - accounting key flexfield edit is not fully working
I inherited a custom form that is based on APPSTAND.fmb. I'm trying to fix one of the form's columns that is used to enter a accounting key flexfield value. (Note, our key flexfield has six segments.)
It's partially working. When an incorrect combination is entered, the message given is: "Please choose an existing combination". Regular seed forms will give a bit more information such as: "This entity must have <segment name> <value>". For example: "This entity must have object 0000" (where object is name of one of the segments and 0000 is the recommended value for it).
I've tried looking at the code of seeded forms that used the accounting key flexfield. The form I looked at is the Supplier form, re: APXVDMVD. No luck. It's not easy.