I have Navision 3.10.
On our main customer card we have a spot thast says "E-Mail" and one for "Website". One person keeps using those fields sometimes for other things that do not belong there. I have to keep fixing customer cards because she refuses to put the correct information there. We have another page that has Contacts if she needs to fit more contacts on the customer card. She refuses to use it because it's "not on the main screen".. on another tab.
In the E-Mail field is there a way I can restrict people from using "www." and in the Website field is there anyway I can restript people from using "@"? At least this will prevent people from entering websites in the E-Mail field and E-Mails in the Website field.
I pulled a customer list and am looking at the number of emails that are in the Website field.. about 60 of them I need to fix.
0
Comments
first of all, it is ridiculous that you have to fix data because a user refuses to do their job correctly.
Once in a while if you make a mistake that is perfectly acceptable, but on purpose not wanting to go to a different tab. ](*,)
Would she be so easy if the payroll person didn't want to go to another form to print her paycheck?
Ok, but on your question. Yes, in the onValidate trigger on these fields you can scan what the user has entered and generate an error if the website field contains the '@' sign or when the email address contains "www.".
You can do that with:
I hope that this helps you,
Regards,
Willy
Thanks. Will try it out shortly.
Yes, I know it's ridiculous. Technically, I don't have to fix all the errors, but I like to keep things neat.
I use some of the customer card to do my mass mailing. I use addresses to send out postcards and catalogs. I use email to send out sales from time to time to our customers. So, it's important they be accurate.
The lady who does this is on vacation for another 2 weeks. So, it will be nice to have her come back and not be able to do her usual routine lol.
Constantly putting notes in customer's address 2 field because it's on the first screen & using other fields for what they are NOT intended for.
Even simple things like Fax No. Is I see "SAME" in the fax # field one more time I might have to attack!
It's just as easy as copy the phone number to fax# field as it was to type "same".
Meanwhile when we print mailing labels those customers have *Pays Slow* on their freaking label!
It's unbelieveable to me! :x
I feel Ya!
http://www.BiloBeauty.com
http://www.autismspeaks.org
So, I'll have address like:
COMPANY
ATTN: NAME
ATTN: NAME
ADDRESS
Looks unprofessional.
This one lady will also stick multiple names in the Contact field instead of using that Contact page, so when I do a mailing it's like ATTN: JAMES / TOm / JULIE / ROGER.. I can't fit all that on an address label and have to correct it.
As for the "Pays Slow" thing, we don't have that issue. We either take credit card payment, which is prepaid, or we do factoring. If a customer pays slow with the factor, they won't get approved next time and they'll be forced to prepay with us.
The great philosopher Ron White said: "You can't fix stupid." So what can we do?
I don't think we are allowed to put 110Volts on the keyboard each time they make a "mistake". ](*,)
IF STRPOS(UPPERCASE("E-mail"),'WWW.') > 0 then
ERROR('Wrong field for the website - That will cost you $1.00');
http://www.BiloBeauty.com
http://www.autismspeaks.org
realized I had a customization that used this field.
http://www.BiloBeauty.com
http://www.autismspeaks.org
So, this lady has the nerve to tell me after all this time they still have to remind me. I only forget once in awhile, as for her writing in the wrong spot it's on a daily basis.
RIS Plus, LLC
Our Nav has a bug in it that if you enter an item on a sales order, delete the item, and then want to re-add it where it was.. it'll give you an error message. The fix to this is to enter the item at the end of the order and it'll work fine. This is something we've known and have been doing for over 5 years!
So, today she's arguing with the lady who creates our item cards.. saying she entered the item wrong. The lady is telling her no. They probably talked for 2 minutes or so (plus the time this lady was trying to solve the problem herself). I had the answer immediately and said something from across the room. She yells at me saying nobody asked for your opinion.