Sage 100

 View Only
  • 1.  Not sure what I'm missing. 2015 Adv PU2. Trying t

    Posted 11-14-2015 15:06
    Not sure what I'm missing. 2015 Adv PU2. Trying to make customer email address a required field. I go to Advanced Field setting, select email address. It says that Email is Required by default and cannot be changed. I add it anyway but it's not working when I add or edit a customer. Only way I found to make it Required is to put a validation of some sort. But what do you put as Valaidation for email address? Without scripting, how do you make email a required field?


  • 2.  RE: Not sure what I'm missing. 2015 Adv PU2. Trying t

    Posted 11-15-2015 19:06
    This is not a required field so NULL is accepted. You could write a script to test for NULL when the Accept button is pressed.


  • 3.  RE: Not sure what I'm missing. 2015 Adv PU2. Trying t

    Posted 11-16-2015 05:17
    Your validation script could be as simple as testing for the presence of an '@' character


  • 4.  RE: Not sure what I'm missing. 2015 Adv PU2. Trying t

    Posted 11-16-2015 07:31
    Thank you @KathrynScofield and @RandyMarion. I guess scripting it is. I thought it might be as simple as checking a required field in Advanced Setting.