Thanks for the information on Credit Notes. That is exactly what I was
looking for.
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]
----- Forwarded by Bob Brinker/OGIDM on 09/19/2004 02:22 PM -----
"ken_mbsdev" <[EMAIL PROTECTED]>
09/17/2004 04:20 PM
Please respond to development-axapta
To: [EMAIL PROTECTED]
cc:
Subject: [development-axapta] Re: Credit Notes: axapta
Hi Bob,
The Credit Note document printed out of Accounts Receivable based on
a sales order is SalesInvoice. The "Credit Note" string comes out of
the label file and happens within the invoicetxt method with the
following line:
invoiceTxt = element.design().lookupLabel(literalStr("@SYS8125"));
The Credit Note document printed out of Accounts Payable based on a
purchase order is PurchInvoice. Again, the "Credit Note" string
comes from the label file within the invoicetxt method with the
following line:
invoiceTxt = element.design().lookupLabel(literalStr("@SYS71591"));
Hope this helps,
Ken
Ken Paul
MBS Dev, Inc.
1400 Saint Andrews Drive
Suite 113
Broomfield, Colorado 80020
(303) 469-2346
[EMAIL PROTECTED]
--- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote:
> Hi Everyone,
>
> Does anyone 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 reports.
>
> I have spent several hours but have not been able to find any
report that
> is called anything like a Credit Note looking under Reports in the
AOT. I
> would really appreciate any help or if anyone can tell me a way to
search
> for the report names.
>
> Thank you in advance,
>
> 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]
>
> [Non-text portions of this message have been removed]
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

