I want to set a table enum by using its name-value.
Ex.:
SalesTable salesTable;
SalesType salesType;
;
salesTable.SalesType = XXXXX(salesType, 'Sales' );
(XXXXX = Unknown function.. )
I've tried using the str2enum, but that just works if I use the labelname..
The reason why I want to do this is because of an import-job uses the
name-values as the source values.
Regards,
Morten Aasheim
Systemkonsulent
_____
[Non-text portions of this message have been removed]
| 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.

