I have a requirement that users may assign certain customer groups to new or
existing customers. Part of it is a no-brainer, I'll just add a flag in the
CustGroup table to indicate whether or not it may be assigned to a customer.
What I want to do is perform the validation at a table level, so I'll
customize the insert and update methods on CustTable.. what I dont know is
how do I cause the insert or update to fail. I can perform a ttsabort to
break out of the update/insert within the function, but how do I indicate to
the calling entity that the update has failed?
If I do my validation check before calling super(), will that do it? Or
should I throw and error instead?
Regards,
Matt Benic
Axapta Developer
UTi Sun Couriers Division
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

