static void detectFieldTypes(Args _args)
{
DictField d;
DictField d_status;
;
d = new
DictField(tableNum(inventTrans),fieldNum(InventTrans,inventTransId));
info(Strfmt("Base type %1, Type %2, Enum
%3",d.baseType(),d.typeId(),d.enumId() ));
info(strfmt("EDT %1",extendedTypeId2name(d.typeId())));
d_status = new
DictField(tableNum(inventTrans),fieldNum(InventTrans,StatusIssue));
info(Strfmt("Base type %1, Type %2, Enum
%3",d_status.baseType(),d_status.typeId(),d_status.enumId() ));
info(strfmt("enum %1",enumId2Name(d_status.enumId())));
}
/Lennart
-----Original Message-----
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of V G
Sent: 25. april 2006 08:15
To: [email protected]
Cc: [email protected]
Subject: [development-axapta] How to find the data type of the field
Hello
Can anyone help me find the datatype of the field if I have table Id and
FieldId.
Thanks
VG
[Non-text portions of this message have been removed]
Yahoo! Groups Links
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

