[Axapta-Knowledge-Village] How to delete VAR layer object using code?

2008-10-21 Thread James Flavell
Hi everyone,
 
I have a painful task to do.  Some bright sprak turned on all the created
and modified properties of all tables in the AOT so now every table is in
the VAR layer.  I want to do an upgrade and having such meaningless info in
the VAR is of course going to mean I have to check every table in the code
upgrade
 
So I would like some way to turn the created and modified properties on all
tables back to the default NO and then after that run auto compare on each
table lowest layer versus next lowest layer) and if the result is no
differences to then delete the lowest layer (VAR layer)
 
Anyone ever do such through coding or do I have to manually check the
hundreds of tables in AX?
 
Thanks
James
 


[Axapta-Knowledge-Village] Fiscal year closing and opening a new one

2008-10-21 Thread duygu mutlu
Hello all,
Does anyone have any document which tells exactly how to close a fiscal year 
and open the new one in AX.Only this part I need.
 
ThanksRegards
Duygu MUTLU
 

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[Axapta-Knowledge-Village] Db Size

2008-10-21 Thread Craig Fidler
Hi All,

 

When looking at my Ax db it is 65gig with 54% free space. How do I free up
that free space?

 

 

Thanks



[Axapta-Knowledge-Village] Techincal Query

2008-10-21 Thread abhishek mehta
Hi All,
I am developing a report(Packing Slip) which should contain the data from 
Header level and Line level...
In standerd Ax report it prints like first Header level data will get printed 
then Line level data will be printing and this continues for all recoeds
My concern in this report is the 
I have to print the data where Header level Data Prints first then in same line 
Line level Data will be printing which has got multiple records,
Like
Lets assume Header is Sales Order and Line is Sales Line 
Column should appear like this.
Sales order no,Sales Record id, SalesLine record(Item Number,Item Dimension).
Pls help me out me in this case is it achievable or not 
If yes then how we can achieve it
 
Pls reply
 
Thnx  Regards
Abhishek Mehta
 

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[Axapta-Knowledge-Village] Re: Reg : Error of Triangulation in Consolidation - Urgent

2008-10-21 Thread pravinchandraa
--- In Axapta-Knowledge-Village@yahoogroups.com, pravinchandraa 
[EMAIL PROTECTED] wrote:

 Dear All,
 
 Error:
 Currency code INR with triangulation No after the 3/31/2009 has no
 exchange rate
 
 The client wants to consolidate 2 companies of currency Rs. and GBP
 into consolidation company GBP called A.
 
 This A consolidation Company is getting consolidated With Another
 currency company USD  to form consolidation Company B
 
 While Performing consolidation in Company B the above error is being
 displayed.
 (There is no problem while doing consolidation of USD company in B)
 (When Doing Consolidation of A company in B consolidation company 
the
 above error is displayed)
 
 Can Any one guide me on the above Error to be rectified.
 
 With Regards,
 Pravin Chandra .Gs
 
 
---
 Extend your network, join the Microsoft Dynamics AX Knowledge 
Village on LinkedIn. Click here: http://www.linkedin.com/e/gis/165338

Hi !!All
This error actually comes in different ways. If we dont input 
currency at exchange rate consolidation.  And also if any where 
monetay is checked in Chart of accounts.

This is were I found error.

Hope will be help to some one.

With Regards,
Pravin Chandra .Gs



Re: [Axapta-Knowledge-Village] Fiscal year closing and opening a new one

2008-10-21 Thread Saravanakumar
Dear Friend, 

Please mail me the document in English. Most of our members doesn't know this 
language.

Take care

Bye

Saravanakumar 


From: Billur Kardas [Oytek] 
Sent: Tuesday, October 21, 2008 12:27 PM
To: Axapta-Knowledge-Village@yahoogroups.com 
Subject: RE: [Axapta-Knowledge-Village] Fiscal year closing and opening a new 
one



Hi,



This is a document that I've written through my expriences. But you can find 
fiscal closing in Ax documents in English. I wish all will help you.



Sincerely

Billur Kardaş



From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On 
Behalf Of duygu mutlu
Sent: Tuesday, October 21, 2008 11:02 AM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Fiscal year closing and opening a new one



  Hello all,

  Does anyone have any document which tells exactly how to close a fiscal 
year and open the new one in AX.Only this part I need.



  ThanksRegards

  Duygu MUTLU


 


__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




Bu e-mail'in tum icerigi gonderenin kisisel tasarrufu ile olusturulmus ve 
gonderilmistir. Oyak Teknoloji Bilisim ve Kart Hizmetleri A.S. bu e-mail 
icerigi hakkinda sorumluluk kabul etmez. 
This e-mail has been sent by the sender under his/her own individual 
discretion. Oyak Teknoloji Bilisim ve Kart Hizmetleri A.S. accepts no 
responsibility. 



http://www.oytek.com.tr 

 

Re: [Axapta-Knowledge-Village] How to delete VAR layer object using code?

2008-10-21 Thread somanna gl
go the application folder search for *var then stop aos delete selected file.
restart aos.



- Original Message 
From: James Flavell [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Tuesday, October 21, 2008 11:59:28 AM
Subject: [Axapta-Knowledge-Village] How to delete VAR layer object using code?


Hi 
everyone,
 
I have a painful 
task to do.  Some bright sprak turned on all the created and modified 
properties of 
all tables in the AOT so now every table is in the VAR layer.  I want to do 
an upgrade and having such meaningless info in the VAR is of course going to 
mean I have to check every table in the code upgrade
 
So I would like some 
way to turn the created and modified properties on all tables back to the 
default NO and then after that run auto compare on each table lowest layer 
versus next lowest layer) and if the result is no differences to then 
delete the lowest layer (VAR layer)
 
Anyone ever do such 
through coding or do I have to manually check the hundreds of tables in 
AX?
 
Thanks
James
 


  

RE: [Axapta-Knowledge-Village] How to delete VAR layer object using code?

2008-10-21 Thread Harry Deshpande
Take a look at  sysCompare class. There are a few variables in this class, one 
of them must point to the fact whether differences exist or not.

regards

harry

From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On 
Behalf Of James Flavell
Sent: Monday, October 20, 2008 11:29 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] How to delete VAR layer object using code?

Hi everyone,

I have a painful task to do.  Some bright sprak turned on all the created and 
modified properties of all tables in the AOT so now every table is in the VAR 
layer.  I want to do an upgrade and having such meaningless info in the VAR is 
of course going to mean I have to check every table in the code upgrade

So I would like some way to turn the created and modified properties on all 
tables back to the default NO and then after that run auto compare on each 
table lowest layer versus next lowest layer) and if the result is no 
differences to then delete the lowest layer (VAR layer)

Anyone ever do such through coding or do I have to manually check the hundreds 
of tables in AX?

Thanks
James




[Axapta-Knowledge-Village] Undelivered Items

2008-10-21 Thread k_otickashka
Hi there,

How does Axapta treat items that do not get delivered to a customer? 
For example, say I have 10 items for one sales order on a truck. Only 5 
gets delivered but instead of putting the undelivered items back in 
inventory, I send the items out on another truck a next day. Can Axapta 
handle this process and what is the process for handling undelivered 
items on a sales order?



[Axapta-Knowledge-Village] AX 2009 EP Sliverlight

2008-10-21 Thread mohit rajvanshy
Hi All,

I'm facing an error after enbedding a Sliverlight control on EP. EP site works 
fine but as soon as I'm opening the AX rich client it is crashing. But if I 
remove the SL control it is working fine. So I assume there is some problem 
with the SL control only. But what it is I have no idea. 

Could any one help me in this problem?

Thanks in Advance

Regards
Mohit Rajvanshy


  


RE: [Axapta-Knowledge-Village] How to delete VAR layer object using code?

2008-10-21 Thread James Flavell
mmm thanks but that deletes my whole VAR layer...I have plenty of other
stuff I want to keep in my VAR :)

  _  

From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of somanna gl
Sent: 21 October 2008 21:04
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: Re: [Axapta-Knowledge-Village] How to delete VAR layer object using
code?




go the application folder search for *var then stop aos delete selected
file.
restart aos.


- Original Message 
From: James Flavell [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Tuesday, October 21, 2008 11:59:28 AM
Subject: [Axapta-Knowledge-Village] How to delete VAR layer object using
code?



Hi everyone,
 
I have a painful task to do.  Some bright sprak turned on all the created
and modified properties of all tables in the AOT so now every table is in
the VAR layer.  I want to do an upgrade and having such meaningless info in
the VAR is of course going to mean I have to check every table in the code
upgrade
 
So I would like some way to turn the created and modified properties on all
tables back to the default NO and then after that run auto compare on each
table lowest layer versus next lowest layer) and if the result is no
differences to then delete the lowest layer (VAR layer)
 
Anyone ever do such through coding or do I have to manually check the
hundreds of tables in AX?
 
Thanks
James
 


 


RE: [Axapta-Knowledge-Village] How to delete VAR layer object using code?

2008-10-21 Thread Harry Deshpande
Use syscompare class on all objects to find out if anything exists for that 
object in var layer

Regards

Harry


From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On 
Behalf Of James Flavell
Sent: Tuesday, October 21, 2008 5:47 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: RE: [Axapta-Knowledge-Village] How to delete VAR layer object using 
code?

mmm thanks but that deletes my whole VAR layer...I have plenty of other stuff I 
want to keep in my VAR :)


From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On 
Behalf Of somanna gl
Sent: 21 October 2008 21:04
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: Re: [Axapta-Knowledge-Village] How to delete VAR layer object using 
code?
go the application folder search for *var then stop aos delete selected file.
restart aos.

- Original Message 
From: James Flavell [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Tuesday, October 21, 2008 11:59:28 AM
Subject: [Axapta-Knowledge-Village] How to delete VAR layer object using code?
Hi everyone,

I have a painful task to do.  Some bright sprak turned on all the created and 
modified properties of all tables in the AOT so now every table is in the VAR 
layer.  I want to do an upgrade and having such meaningless info in the VAR is 
of course going to mean I have to check every table in the code upgrade

So I would like some way to turn the created and modified properties on all 
tables back to the default NO and then after that run auto compare on each 
table lowest layer versus next lowest layer) and if the result is no 
differences to then delete the lowest layer (VAR layer)

Anyone ever do such through coding or do I have to manually check the hundreds 
of tables in AX?

Thanks
James





[Axapta-Knowledge-Village] Re: Techincal Query

2008-10-21 Thread manoch_niti
Please try this.
1. Remove SalesOrders section. (or remove all controls in the section)
2. Drag fields from salesTables into SalesLines Section.  

Hope this will help you.
Regards.

--- In Axapta-Knowledge-Village@yahoogroups.com, abhishek mehta 
[EMAIL PROTECTED] wrote:

 Hi All,
 I am developing a report(Packing Slip) which should contain the data 
from Header level and Line level...
 In standerd Ax report it prints like first Header level data will get 
printed then Line level data will be printing and this continues for all 
recoeds
 My concern in this report is the 
 I have to print the data where Header level Data Prints first then in 
same line Line level Data will be printing which has got multiple records,
 Like
 Lets assume Header is Sales Order and Line is Sales Line 
 Column should appear like this.
 Sales order no,Sales Record id, SalesLine record(Item Number,Item 
Dimension).
 Pls help me out me in this case is it achievable or not 
 If yes then how we can achieve it
  
 Pls reply
  
 Thnx  Regards
 Abhishek Mehta
  
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com





[Axapta-Knowledge-Village] Re: Techincal Query

2008-10-21 Thread prasanna_koulgi
Dear

You have to take Sales line as your main table  accordingly search in
the currosponding header..

PRASANNA


--- In Axapta-Knowledge-Village@yahoogroups.com, abhishek mehta
[EMAIL PROTECTED] wrote:

 Hi All,
 I am developing a report(Packing Slip) which should contain the data
from Header level and Line level...
 In standerd Ax report it prints like first Header level data will
get printed then Line level data will be printing and this continues
for all recoeds
 My concern in this report is the 
 I have to print the data where Header level Data Prints first then
in same line Line level Data will be printing which has got multiple
records,
 Like
 Lets assume Header is Sales Order and Line is Sales Line 
 Column should appear like this.
 Sales order no,Sales Record id, SalesLine record(Item Number,Item
Dimension).
 Pls help me out me in this case is it achievable or not 
 If yes then how we can achieve it
  
 Pls reply
  
 Thnx  Regards
 Abhishek Mehta
  
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com





[Axapta-Knowledge-Village] Copy X of Y on print outs

2008-10-21 Thread James Flavell
Hi everyone,
 
In the print management I want to setup to print 4 copies but in the footer
text for the copy I want to be able to put something like 'Copy 1 of 4' and
then the next one will be 'Copy 2 of 4' etc.  Is this easily done?
 
Thanks
James
 


Re: [Axapta-Knowledge-Village] Undelivered Items

2008-10-21 Thread Mukesh Kumar
Hi,

In this case you are delivering the items partially to the customer on
two different dates, so there is no need to take undelivered items back into
inventory. It is simply like you are creating two packing slips and
delivering the items to the customer. On day one if you want to transfer
some items to customer you can create a packing slip and delivered the items
your sales order still shows you status open order. Next day you transfer
the rest of the items by creating another packing slip. In this way you can
create multiple packing slips. when your whole items gets delieverd the
status of the sales order becomes Delievered.

Regards,
mukesh
On Tue, Oct 21, 2008 at 10:19 PM, k_otickashka [EMAIL PROTECTED]wrote:

   Hi there,

 How does Axapta treat items that do not get delivered to a customer?
 For example, say I have 10 items for one sales order on a truck. Only 5
 gets delivered but instead of putting the undelivered items back in
 inventory, I send the items out on another truck a next day. Can Axapta
 handle this process and what is the process for handling undelivered
 items on a sales order?

 




-- 
Mukesh Mutreja
# 09818421567