RES: [Bulk] Re: [Axapta-Knowledge-Village] Downloading Ax2009 Development Courseware

2009-10-05 Thread Rodrigo Hentz - Yahoo
And materials for upgrade dynamics ax 4 to 2009 ?

 

De: Axapta-Knowledge-Village@yahoogroups.com
[mailto:axapta-knowledge-vill...@yahoogroups.com] Em nome de Arijit Basu
Enviada em: segunda-feira, 5 de outubro de 2009 08:58
Para: Axapta-Knowledge-Village@yahoogroups.com
Assunto: [Bulk] Re: [Axapta-Knowledge-Village] Downloading Ax2009
Development Courseware

 

  

Dev 1-
https://mbs.microsoft.com/customersource/training/trainingmaterials/student/
course80011.htm?printpage=false
https://mbs.microsoft.com/customersource/training/trainingmaterials/student
/course80011.htm?printpage=falsestext=AX stext=AX 2009 Development

 

Dev 2 -
https://mbs.microsoft.com/customersource/training/trainingmaterials/student/
course80012.htm?printpage=false
https://mbs.microsoft.com/customersource/training/trainingmaterials/student
/course80012.htm?printpage=falsestext=AX stext=AX 2009 Development

 

Cheers

 

Arijit

On Mon, Oct 5, 2009 at 4:47 PM, Anitha S mail2eani...@gmail.com wrote:

  

Hi,

 

Any idea where courseware materials for development I and II are available
in partner source??

 

Regards,

Anitha

 






-- 


Arijit Basu





[Axapta-Knowledge-Village] CRM - Service Appointment

2009-05-19 Thread Rodrigo Hentz
Hi!

 

Somebody have a example that insert a Service Appointment by code to CRM 4.0
?

 

Thanks;



[Axapta-Knowledge-Village] Paym Sched

2009-02-09 Thread Rodrigo Hentz
Hi!

 

How a can make a paym sched by code?

 

 I have a table with the fields payment and paymentsched and one field for
the value. I need to calculate the payments with the table.

 

Table: ProjectValues

ProjId 

Payment

PaymentSched

ProjValue

 

I need to generate the payment sched for this table by X++

 

 



RE: [Axapta-Knowledge-Village] Re: record count

2009-01-15 Thread Rodrigo Hentz
Use SysQuery::countTotal

 

Example:



 

query = new Query();

queryBuildDataSource = query.addDataSource(tableNum(EmplTable));

queryRun = new QueryRun(query);

 

info(int2str(SysQuery::countTotal(queryRun));

 

 

 

 

 

 

From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf Of
mane.shankar10
Sent: quinta-feira, 15 de janeiro de 2009 02:54
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Re: record count

 

--- In Axapta-Knowledge-Village@yahoogroups.com
mailto:Axapta-Knowledge-Village%40yahoogroups.com , dgreatone123
dgreatone...@... wrote:

 Hi,
 
 sELECT count(recid) FROM EmplTable;
 
 I want to execute the above statement
 
 but the table will be variable, I will 
 supply the table name. How can It be done?
 
 something like this.
 
 selec count(recid) from tname;
 
 where tname='EmplTable;
 
 Any help will be greatly appreciated.
 
 regards,

hI
 D' great
USE THE EDT TABLENAME FOR HAVING ALL TABLENAME LOOKUP
THEN USE A VARIABLE TO STORE SELECTED TABLE NAME

THEN DO AS FOLLOWS

common common;;
DICTTABLE DT;
;
dt=new dicttable(tablename2id(SELECTEDTABLENAME STORED IN VARIABLE));
common=dt.makeRecord();
sELECT count(recid) FROM COMMON;

AND IT WILL WORK 100%

REGARDS;

 

image001.jpgimage002.jpg

[Axapta-Knowledge-Village] Ledger

2009-01-05 Thread Rodrigo Hentz
How I Can find the LedgerTrans of a payment in CustSettlement table?

 

Thanks



[Axapta-Knowledge-Village] Word Macro

2008-07-05 Thread Rodrigo Hentz
Hi, 

 

How I can execute a macro in a word document by X++?

I try wordApplication.run(myMacro); but doesn't work.

 

thanks

 

 



RE: [Axapta-Knowledge-Village] Re: excel

2008-06-04 Thread Rodrigo Hentz
Was the first thing that I do.

But in ax I can’t make the code of macro start.

 

From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Steeve
Gilbert
Sent: terça-feira, 3 de junho de 2008 10:26
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Re: excel

 

In excel, create a macro that change borders then analyse the code. 
You will then be able to mimic that in Axapta with COM object extracted 
from SysExcel* classes.

--- In Axapta-Knowledge-Village@yahoogroups.com
mailto:Axapta-Knowledge-Village%40yahoogroups.com , Rodrigo Hentz 
[EMAIL PROTECTED] wrote:

 How i can apply borders in cells of excel by x++?


 

image001.jpgimage002.jpg

[Axapta-Knowledge-Village] excel

2008-05-29 Thread Rodrigo Hentz
How i can apply borders in cells of excel by x++?

 

 

 

 



[Axapta-Knowledge-Village] eletronic payment

2008-05-19 Thread Rodrigo Hentz
Hi!

 

Somewhere have materials about configuration of electronic payment in AX
4.0?

 

Thanks.

 

 



[Axapta-Knowledge-Village] eletronic payment

2008-05-19 Thread Rodrigo Hentz
Hi!

 

Somewhere have materials about configuration of electronic payment in AX
4.0?

 

Thanks.