Question

Epcior Training & support

  • 16 February 2021
  • 2 replies
  • 136 views

* The Epicor Users Group (EUG) is VERY worth it: www.epicorusers.org LOTS of code examples in their files section and the forums are very active.

 

Where are the code examples on  EUG?? I cannot find any ‘files section’

The Epicor Tools training is missing some basic info :-

eg How to use ‘EpiRadioButton’ instead of a combo box. - There must be extra code needed to initialize the control to show the current value. .

How to use combo box with preset values - eg ‘Single Sided or ‘Double Sided’

 

regards.

Angela


2 replies

Having just figured this out I thought I would post here so others might find it useful.

For the example above:

  1. Create the UD field to store the choice in the database, most likely a text field.
  2. Create the customisation with the radio buttons within a group box.
  3. Add your labels as required.
  4. Bind all the radio buttons to the UD field (all the same)
  5. In the EpiRadioText box add in the text you want within that field when that radio button is chosen.
  6. If you add a text box to the customisation and bind it to the same field you can then see if that works, before hiding or removing the text box as required.

Regards

Mark

Userlevel 1

Hi

You can store possible labels in the User Codes table.

Reply