Thanks to all of you. Who have contributed to this thread :
I also have one more code which i am sharing :
static void Mudit(Args _args)
{
SysDictField f;
SysDictType d;
;
f = new sysDictField(tablenum(custTable),fieldnum(custTable,custGroup));
d = new SysDictType(f.TypeId());
print d.name()
Here u go paste into a job
DictField dictField; DictType dictType; ; dictField = new DictField(tablenum(inventtable),fieldname2id(tablenum(inventtable),'Intracode')); dicttype = new dicttype(dictfield.typeId()); print dicttype.name(); pause;
To: [EMAIL PROTECTED]: [EMAIL
HI ashish
Check this if it can work for you.
static void Job18(Args _args)
{
custtable custtable;
Dictionary dict = new Dictionary();
DictTable dictTable = new DictTable(dict.tableName2Id("Custtable") );
dictfield f = new DictField(dictTable.id(), dictTable.fieldName2Id
("custgroup"));
dictfield.typeId()
-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ashish Singh
Sent: 29 May 2006 12:36
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: Re: [Axapta-Knowledge-Village] How to get the EDT Name of Table Field
No i want to do it programatically using Axapta Classes like DictClass etc.
On 5/29/06, somnath jana <[EMAIL PROTECTED]> wrote:
>
> Hi
> Ashish Singh
>
> Please go to the CustTable > Field CustGroup > see the properties
>
> Cheers
> Somnath Jana
>
> Ashish Singh <[EMAIL PROTECTED]> wrote:
> H
Hi
Ashish Singh
Please go to the CustTable > Field CustGroup > see the properties
Cheers
Somnath Jana
Ashish Singh <[EMAIL PROTECTED]> wrote:
Hi,
Can somebody tell me as to how to find the name of the EDT that is in use
for a table field.
viz. i want to know the name of the
6 matches
Mail list logo