I want - in a parameters table - that there should be only one company which will be able to have an noyes-enum checked. How do you suggest that I write this check?
I've tried code like this, but it did not seem to work:
select firstonly p where p.dataAreaId != curext() && p.noyesid;
if(p)
return checkFailed("This is already selected in another company");_____
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.

