RE: [Axapta-Knowledge-Village] Importing Items - Help!

2005-05-18 Thread Don Price
Title: Message











Hi Bradon,




You need 3 records in inventTableModule for
each item, one for inventory, sales, purch.



Don





-Original Message-
From:
Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Brandon George
Sent: Wednesday, May 18, 2005 8:54 AM
To:
Axapta-Knowledge-Village@yahoogroups.com
Subject:
[Axapta-Knowledge-Village] Importing Items - Help!





Hello Everyone!











Well I need some
help again! We are trying to import our Items Into Axapta through the Import
Utility - via CSV files (.DAT Files).











Anyway I have created a
test item, and then looked in the database to see what Tables Are updated, and
what I have found was the following tables:





 





 - InventTable





 - InventItemLocation





 - InventTableModule











Well the data looks the
same for my imported items as the test Items I created, yet I don't see any of
my newly imported items in the Items Form. So what gives? Why can't I see our
items? I am missing a table?











thanks,





Brandon





Sharing
the knowledge on Axapta. 








Sharing the knowledge on Axapta.








Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












[Axapta-Knowledge-Village] Property sheet

2005-02-23 Thread don



Hi there,

Can anybody tell me whether it is possible to extent the property 
sheet with a new property. I am talking about properties for all 
application objects in the AOT. 

regards,
Don








 Yahoo! Groups Sponsor ~-- 
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [Axapta-Knowledge-Village] RE : How can i find the real invent quantity on time t

2005-02-10 Thread Don Price
Title: Message






The 
packingslipreturned is definately need there and a needs to be added in several 
of the InvenSumDate classes. The main reason if you don't groupby 
the data will not be granular enough for the class to handles the returns. 
As there is a loop that adds the qty based on criteria and if the return is not 
counted the issues and/or receipts can be overstated.

Don

  
  -Original Message-From: Steeve Gilbert 
  [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 
  2005 10:56 AMTo: 
  Axapta-Knowledge-Village@yahoogroups.comSubject: 
  [Axapta-Knowledge-Village] RE : How can i find the real invent quantity on 
  time t
  
  Use method 
  InventSumDateDim::newParameters().
  
  BUT! (Take a deep 
  breath)
  
  If you have SP3 and 
  happen to cancel production lines from time to time, make sure those fixs are 
  installed otherwise you may get erroneous results:
  (I got from 
  MBS)
  CH_421871
  CH_421566_1947
  
  The following is not 
  MBS official but that's what I end up adding to make everything work ok. 
  I ask my VAR to ask MBS about those changes and validate that they are needed, 
  but it's taking forever. I've tested it and they are now in production 
  and its fine. Anyway it's only for report.
  
  + After that you 
  will have to change line 15 of 
  InventSumDateValueReport::selectInventTransPostingPhysical() to : 
  
  group by 
  statusIssue,statusReceipt,packingslipreturned,dateInvent
  and line 17 
  InventSumDateDim:: selectInventTransPostingPhysical 
  () to :
  group by 
  statusIssue,statusReceipt,packingslipReturned
  
  For more info about 
  all this mess see discussion 11147 on technet.
  
  Steeve... 
  
  
  -Message 
  d'origine-De: Cenk 
  Ince [mailto:[EMAIL PROTECTED] Envoyé: 10 février 2005 
  09:07À: 
  Axapta-Knowledge-Village@yahoogroups.comObjet: How can i find the real 
  invent quantity on time t
  
  Hi all
  I just want to find item quantity on a given date and 
  inventLocation. 
  Howcan i find it.
  Thanks.Sharing the 
  knowledge on Axapta. 


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


ADVERTISEMENT













Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[Axapta-Knowledge-Village] button Send XML

2005-02-08 Thread don



Hello,

There is a button Send XML on the form invoice journal. (ar, 
inquiries, journals).

When I select an option from the button nothing happens how can I 
send the document in XML Format?

Don








 Yahoo! Groups Sponsor ~-- 
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[Axapta-Knowledge-Village] Re: Child item in BOM = its parent item

2005-02-04 Thread don


Hi there,

The consistency check takes a long time to run.
There are some classes called BOMHierarchyCheck. There is also a 
class BOMHierarchy... something with consistency.

Can these be called seperately? Has anyone done this?

regards,
Don

Has anyone
--- In Axapta-Knowledge-Village@yahoogroups.com, Tom Aulbert 
[EMAIL PROTECTED] wrote:
 Hi,
 
 Go to Basic / Periodic / Consitency Check. Axapta will find all 
BOM
 with errors!
 
  
 
 Tom
 
  
 
  
 
  
 
 
 
 Von: Mike Pendray [mailto:[EMAIL PROTECTED] 
 Gesendet: Freitag, 4. Februar 2005 11:31
 An: Axapta-Knowledge-Village@yahoogroups.com
 Betreff: [Axapta-Knowledge-Village] Re: Child item in BOM = its 
parent
 item
 
  
 
 
 I tried this out. a setting of Line or BOM does prevent the user 
from 
 creating a bill with circularity, BUT it does not prevent you 
 selecting a pre existing bill that gives rise to circularity.
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, Yifat Halili 
 [EMAIL PROTECTED] wrote:
  Hi there,
   
  I think you should set the level of circularity to line if you 
 don't
  want to allow for circularity.
  
   
  Yifat 
  
  _
 
  
  U can set it in the Inventory Management  Setup folder  
 parameters
  Bills of Materials  Level of circularity.  I think in ur case 
ur 
 level
  of circularity is set to 'Never'.  Please right click that field 
to 
 look
  for more help.
  
  birzanto [EMAIL PROTECTED] wrote:
  
 
 
 
 
 
 
 Sharing the knowledge on Axapta. 
 
 
 
 
 
 
 Yahoo! Groups Links
 
 * To visit your group on the web, go to:
   http://groups.yahoo.com/group/Axapta-Knowledge-Village/
 
 * To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
subject=Uns
 ubscribe 
 
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/ .





 Yahoo! Groups Sponsor ~-- 
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[Axapta-Knowledge-Village] Table Collections

2005-01-31 Thread don


Hi there,

I am looking good ways to set up table collections. Which tables and 
under what conditions should be included in a table collection?

Is there anyone who has made a good set up and is willing to share 
some ideas here? 

regards,
Don 





 Yahoo! Groups Sponsor ~-- 
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[Axapta-Knowledge-Village] Unable to post invoice

2005-01-21 Thread don


Hi there,

REL 3.0 SP3.

We have a problem with posting invoices. When we post the invoice we 
get the message Transaction already posted while the invoice is not 
posted.

Does anybody know what can be the cause of this?

regards,
Don





 Yahoo! Groups Sponsor ~-- 
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[Axapta-Knowledge-Village] method changeDesign()

2005-01-08 Thread don


Hello,

Some reports like SalesConfirm have a changeDesign() method.
The method contains references to controls in the design of the 
document. If the control is removed from the design an error is 
given due to the method changeDesign().

Can someone explain me the purpose of the method changeDesign().

regards,
Don





 Yahoo! Groups Sponsor ~-- 
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[Axapta-Knowledge-Village] Programmable section

2004-12-27 Thread don


Hi there,

Is there a way to call a programmable section from within a 
pagefooter?

I tried to call my programmable section by overriding the footer() 
method, but monitoring the value of _footersection is not working. 
It remains 0.

3.0SP3

regards,
Don





 Yahoo! Groups Sponsor ~-- 
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [Axapta-Knowledge-Village] unbalanced x++ ttsbegin/ttscommit

2004-12-06 Thread Don Price










You cant have UI between tts statements, move your ttsbegin
down in the code some after the prompt (UI)



Don



-Original Message-
From: Danny Gaethofs
[mailto:[EMAIL PROTECTED] 
Sent: Monday, December 06, 2004
8:57 AM
To:
[EMAIL PROTECTED]
Subject:
[Axapta-Knowledge-Village] unbalanced x++ ttsbegin/ttscommit




dear all,

I am writing a job to update some values on a
table based on input 
from the user.

The user is presented a query input form and can
enter a value.
The whole job is intended to enable users to
correct the relations 
between alternate addresses and custtable. 


The job now generates an unbalanced x++
ttsbegin/ttscommit error, 
which I am unable to resolve. Is there someone
that can help me out.
Hereafter part of the job.

static void UTIL_CreateAddressRelation(Args _args)
{

Address
address;
 CustTable
custTable;

Query
qryAddress;

QueryRun
qryRunAddress;

QueryBuildDataSource qryBuildDataSource;

QueryBuildRange qryBuildRange;

qryAddress
= new Query();
 qryBuildDataSource =
qryAddress.addDataSource(TableNum
(Address));

qryBuildRange =
qryBuildDataSource.addRange(FieldNum
(Address, AddrTableId));

qryBuildRange.value(*);


qryBuildDataSource.update(true);

 /* begin transaction */
 ttsbegin;

qryRunAddress = new QueryRun(qryAddress);

 if
(qryRunAddress.prompt()) // here is where the query starts
 {

while (qryRunAddress.next())

{

address = qryRunAddress.get(TableNum(Address));

print address.Name;

print address.AddrRecId;

print address.AddrTableId;

print address.AddrTableId == 77;

pause;


switch (address.AddrTableId)

{

case 77:

{

select custTable

where custTable.AccountNum == 4002;


if (custTable)

{

print custTable.AccountNum;

pause;


ttsbegin;

address.AddrRecId = custTable.RecId;

address.update();

ttscommit;

}

break;

}


default:

print Default; pause;


} // end switch

} // end while
 } //
end if

 /* end transaction */
 ttscommit;

}






Sharing the
knowledge on Axapta. 









Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












[Axapta-Knowledge-Village] Document Management

2004-12-06 Thread don


Hi all,

Document management functionality allows us to add all sorts of 
documents to table records. Incoming, outgoing mail, word documents, 
outgoing faxes, and so on.

Looking at these documents however I notice that you have to create 
entries in document management for a document or else it will not 
become visible.

Secondly when you delete an entry the document is also deleted from 
the file location.

Some questions:
- Is it possible to have document management create its own catalog 
from files in a folder? 

The reason for asking is that I have incoming faxes which are stored 
in a folder and I want these to be available for searching in 
document management. 

But I do not want to raise each of these as entries in document 
management manually.

- How can I prevent documents from being deleted once the entry is 
removed from document management.

- Has anyone worked with Indexing Services? Made it possible to 
connect all information related to a customer for searching .

regards,
Don





 Yahoo! Groups Sponsor ~-- 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [Axapta-Knowledge-Village] Need Help With a Big Problem: Inventory Dimenion Size Errors: Sales Orders

2004-11-09 Thread Don Price










Hey Bob,




Your item on your sales order has inventory dimension that is set as
required. Go to the main table on the item, look at your dimension group, go to
main table, you should see the dimension is set to
active and primary stocking meaning that you have to specify it. You should
either set to another dimension that doesnt require size or turn it off
in the dimension setup. If you dont
want to turn this off you need to make sure when you pick it (pickling list
registration).




Don





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 09, 2004 8:08 PM
To:
[EMAIL PROTECTED]
Subject:
[Axapta-Knowledge-Village] Need Help With a Big Problem: Inventory Dimenion
Size Errors: Sales Orders




Hi
All,
11-9/04

After a week of testing sales order modificatioins
today I started getting
an error when ever I try to post a sales order ,
enter or modify a sales
order etc.

The error I am getting is: ?Inventory dimension
'Size' is an item dimension
and must consequently be specified?. I
checked previously entered and
invoiced sales orders and they do not have a size.

Can someone please tell me how to get around this
error or what I need to
do to fix it as I cannot do anything with sales
orders? Could I or someone
else have done something to cause this?

Thanks,

Bob
Bob Brinker
Oakdene Group, Inc.
2625 Butterfield Rd. (Suite 212E)
Oak Brook, IL 60523-1261
(630)368-1046 x/230
(630)368-1050 (Fax)
[EMAIL PROTECTED]



Sharing the
knowledge on Axapta. 









Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












RE: [Axapta-Knowledge-Village] Need Help With a Big Problem: Inventory Dimenion Size Errors: Sales Orders

2004-11-09 Thread Don Price










Hey Bob,




If you right-click on an item # you will get a context menu  this
menu will in have a go to the main table item in it. If you pick
that, it will load the inventory item master screen for that item. Many thing
like this are in the system, like customers, vendors,items,sales
id, etc.



DOn



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 09, 2004
9:23 PM
To:
[EMAIL PROTECTED]
Subject: RE:
[Axapta-Knowledge-Village] Need Help With a Big Problem: Inventory Dimenion
Size Errors: Sales Orders



Don, You made my day. Thanks for responding to my
problem but what is the name of the main table? 

thanks again,

Bob



Bob Brinker
Oakdene Group, Inc.
2625 Butterfield Rd. (Suite 212E)
Oak Brook, IL 60523-1261
(630)368-1046 x/230
(630)368-1050 (Fax)
[EMAIL PROTECTED]


Don
Price [EMAIL PROTECTED]
11/09/2004 07:33 PM
Please respond to
Axapta-Knowledge-Village

To: [EMAIL PROTECTED]
cc: 
bcc: 
Subject: RE: [Axapta-Knowledge-Village] Need Help
With a Big Problem: Inventory Dimenion Size Errors: Sales Orders



Hey Bob,



 Your item on your sales order has inventory dimension that is set as
required. Go to the main table on the item, look at your dimension group, go to
main table,you should see the dimension is set to active and primary stocking
meaning that you have to specify it. You should either set to another dimension
that doesn't require size or turn it off in the dimension setup. If you
don't want to turn this off you need to make sure when you pick it (pickling
list registration).




Don





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 09,
20048:08 PM
To: [EMAIL PROTECTED]
Subject:
[Axapta-Knowledge-Village] Need Help With a Big Problem: Inventory Dimenion
Size Errors: Sales Orders




Hi
All,
11-9/04

After
a week of testing sales order modificatioins today I started getting
an
error when ever I try to post a sales order , enter or modify a sales
order
etc.

The
error I am getting is: ?Inventory dimension 'Size' is an item dimension
and
must consequently be specified?. I checked previously entered and
invoiced
sales orders and they do not have a size.

Can
someone please tell me how to get around this error or what I need to
do
to fix it as I cannot do anything with sales orders? Could I or someone
else
have done something to cause this?

Thanks,

Bob
Bob
Brinker
Oakdene
Group, Inc.
2625 Butterfield Rd.(Suite212E)
Oak Brook, IL60523-1261
(630)368-1046
x/230
(630)368-1050
(Fax)
[EMAIL PROTECTED]



Sharing the knowledge on
Axapta. 





Sharing
the knowledge on Axapta.






 
  
  Yahoo!
  Groups Sponsor
  
 
 
  
  
   

ADVERTISEMENT
click
here

   
  
  
  
 
 
  
  [IMAGE]
  
 










Yahoo! Groups Links


To visit your group on the web, go
to:


http://groups.yahoo.com/group/Axapta-Knowledge-Village/


 


To unsubscribe from this group,
send an email to:


[EMAIL PROTECTED]


 


Your use of Yahoo! Groups is
subject to the Yahoo! Terms of Service. 



Sharing
the knowledge on Axapta. 









Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












RE: [Axapta-Knowledge-Village] Problem Printing Detail Charges from MarkupTable on SalesInvoiceUS

2004-11-09 Thread Don Price










You need to use table id and recid 




Look at the relationship on MarkupTrans CustInvoiceTrans




MarkupTrans.transTableId
== custInvoiceTrans.TableId


MarkupTrans.TransRecid == CustInvoiceTrans.RecId





Don

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 09, 2004 9:39 PM
To:
[EMAIL PROTECTED]
Subject: [Axapta-Knowledge-Village]
Problem Printing Detail Charges from MarkupTable on SalesInvoiceUS




Hi All,

I am having a problem printing the detail Misc
Charges (from the
MarkupTrans table) on the SalesInvoiceUS report.
No descriptions or charges
print on my report. I get no description and .00
for the charge.

I have assumed that it is sufficient to go after
the MarkupTrans table
using just RecId and queried both tables to be
sure I have the correct
record Id?s. Any help, suggestions, etc will
be greatly appreciated.

I am using the method shown below but the detail
misc charges do not appear
when I print an invoice. Can any one tell me what
I am doing wrong?

display MarkupTransTxt60 mMarkupTransTxt()
 {

MarkupTrans markupTrans;
 ;
 select txt from markupTrans
where markupTrans.TransRecId == this.RecId;
 return
markupTrans.Txt;
}

I also tried, without success, to obtain the Misc
Charges by adding the
MarkupTrans as a data source and setting the
relationship using OuterJoin
and 1:n and as follows.

CustInvoiceJour.RecId = = MarkupTrans.TransRecId


Thanks,
Bob



Sharing the
knowledge on Axapta. 









Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












RE: [Axapta-Knowledge-Village] Zip Codes for USA

2004-10-08 Thread Don Price










Hi, 



 We
have an interface for ZipSales that has all the us zips. 



 [EMAIL PROTECTED] if youre interested.





-Original Message-
From: m5sanchez
[mailto:[EMAIL PROTECTED] 
Sent: Friday, October 08, 2004
5:54 AM
To:
[EMAIL PROTECTED]
Subject:
[Axapta-Knowledge-Village] Zip Codes for USA






Hello Everybody,

we are working in a project where our customer has
many vendors and 
contact persons in USA, does anyone knows where
can i find the file 
to import the USA zipcodes in Axapta?it will
be a great aid for 
us..

Thanks a lot...my mail is [EMAIL PROTECTED]


Greetings









Sharing the
knowledge on Axapta. 









Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












RE: [Axapta-Knowledge-Village] Credit Notes

2004-09-16 Thread Don Price










Look at PurchInvoice
and SalesInvoice. On salesInvoice
there is a method called InvoiceTxt that prints this
label based on a negative amount.



Basically a credit note is a negative
invoice.





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 15,
2004 8:39 PM
To:
[EMAIL PROTECTED]
Subject: RE:
[Axapta-Knowledge-Village] Credit Notes





Hi Everyone,

I have spent a lot of time looking but have not
been able to find any
report that is called anything like a Credit Note
looking under Reports in
the AOT. Any help will be greatly appreciated or
if anyone can tell me a
way to search for the report names.

I need to know the name of the Reports in the AOT
that prints the Credit
Notes documents? There is a Credit Note document
that can be printed out of
Accounts Payable based on a purchase order. There
is also a Credit Note
document that may be printed out of Accounts
Receivable based on a sales
order. Both documents say Credit Note on them. I
need to find the report
names of both documents.

Thanks and best regards,


Bob








Bob Brinker
Oakdene Group, Inc.
2625 Butterfield Rd. (Suite 212E)
Oak Brook, IL 60523-1261
(630)368-1046 x/230
(630)368-1050 (Fax)
[EMAIL PROTECTED]



Sharing the
knowledge on Axapta. 









Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












RE: RE : RE : RE : [Axapta-Knowledge-Village] Activate debugger

2004-09-01 Thread Don Price










If you have a firewall program running, it
can stop the debugger from launching.



-Original Message-
From: Steeve Gilbert
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 01, 2004 12:57 PM
To:
[EMAIL PROTECTED]
Subject: RE : RE : RE :
[Axapta-Knowledge-Village] Activate debugger



Fortunately no! :-) I'm out of clue
here... Anyone have other thought on this? Try asking your question
on technet.navision.com

Steeve... 


-Message d'origine-
De: userm1837 [mailto:[EMAIL PROTECTED] 
Envoyé: 1 septembre 2004 13:48
À: [EMAIL PROTECTED]
Objet: Re: RE : RE :
[Axapta-Knowledge-Village] Activate debugger

Tried this. It did not activate the
debugger. Does the code have to 
have errors for the debugger to activate?

Thanks

--- In [EMAIL PROTECTED],
Steeve Gilbert 
[EMAIL PROTECTED] wrote:
 No compile is required. Try it with a
simple case like putting a 
break on a line in Forms/InventTable.init(), open
InventTable form 
and let us know the result.
 
 Steeve... 
 
 
 -Message d'origine-
 De: userm1837 [mailto:[EMAIL PROTECTED] 
 Envoyé: 1 septembre 2004 10:59
 À:
[EMAIL PROTECTED]
 Objet: Re: RE : [Axapta-Knowledge-Village]
Activate debugger
 
 I have it on a line that starts with a select
but debugger window 
 does not pop up. Do I have to compile the
method after this or what?
 
 Thanks
 
 --- In
[EMAIL PROTECTED], Steeve Gilbert 
 [EMAIL PROTECTED] wrote:
  You can check in Tools - Options
- Development (Tab) - Debug 
 mode, be sure it's on When
Breakpoint. The only other thing I 
 could see is that you put the break on an
invalid line like that :
  
  Select
inventTable
// Valid line
  where
(inventTable.itemId == Id)
 // Invalide line


(inventTable.ItemGroupId == group); // Invalide line
  
  
  Steeve... 
  
  
  -Message d'origine-
  De: userm1837
[mailto:[EMAIL PROTECTED] 
  Envoyé: 1 septembre 2004 10:45
  À:
[EMAIL PROTECTED]
  Objet: [Axapta-Knowledge-Village]
Activate debugger
  
  
  I am unable to active the debugger
window. Can anybody give me a 
  step by step process of how to do
this? I click the toggle break 
  point then what Am I supposed to do
after that because the 
debugger 
  window does not activate?
  
  Thanks
  
  
  
  
  Sharing the knowledge on Axapta. 
  Yahoo! Groups Links
 
 
 
 
 Sharing the knowledge on Axapta. 
 Yahoo! Groups Links




Sharing the knowledge on Axapta. 
Yahoo! Groups Links







Sharing the
knowledge on Axapta. 









Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.