I want to creat ProdJournalTable with code, more especifically
RouteCard. I try with this:
ProdJournalName ProdJournalName;
ProdJournalTable ProdJournal;
select firstonly prodJournalName
index hint nameIdx
where prodJournalName.journalNameId == "TIMES";
prodjournal.initValue();
prodjournal.NumOfLines = 0;
ProdJournal.JournalNameId = "TIMES";
prodjournal.JournalType = ProdJournalType::RouteCard;
prodjournal.Description = prodjournalname.Description;
prodjournal.VoucherDraw = JournalVoucherDraw::Post;
prodjournal.VoucherSeqId = prodjournalname.VoucherSeqId;
prodjournal.DetailSummary = DetailSummary::Summary;
prodjournal.insert();
I also need to create transactions, do you know how I create this
transactions? Is there any 'class' to create this type of
transactions?
Thanks in advance!!
Bizen
SPONSORED LINKS
| Computer part | Programming languages | Microsoft axapta |
| Support exchange |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

