I just began creating an event that will bring up a box displaying a client's current balance and any open invoices if someone goes to the Customer Maintenance Options screen and clicks on any of the Credit Limit Type radio buttons. What I found puzzling was that in GP Forms Modifier for this screen it list these three fields:
1) No Credit Radio Button
2) Unlimited Radio Button
3) Amount Radio Button
However, in VS C# for this form all that is listed is Dynamics.Forms.RmCustomerMaintenance.RmCustomerOptions.CreditLimitType so I put a change event on this field and it works. What I do not understand is why there is only one field in VS C# but 3 fields in GP Forms Modifier. How does this work?