Note that there are some explanatory texts on larger screens.

plurals
  1. POhow to create a new record in form datasource from x++
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COYou should extend the base functionality properly with the ledgerjournal classes. Can you provide more details? Do you want to create a single or multiple lines immediately upon clicking "lines"? Or do you want to create a journal & lines from an X++ class or something? There is an entire form framework (LedgerJournalForm*) and a table framework (LedgerJournalT*), and the posting engine. So if you want form functionality, it'd make sense to use the form framework, while if you are trying to just create lines on an existing journal for example via some other function, it wouldn't.
      singulars
    2. COwhat i am trying is after clicking on `Lines` and opening a new form `Journal Voucher` added a customized button `Function>settlement using cust group` after clicking that form `CustTransOpen` opens based on cust group selelcted. Now based on the marking I have to sum up `amounts` based on `AccountNum` and create records accordingly in form `JournalVoucher`. I am just stuck up with the last part.
      singulars
    3. COI follow somewhat. Please explain more. `Func>Settlement` is what you're trying to copy it sounds like, but it takes 1 line, then settles it based on marked records. You want to do `Func>SettleUseCustGrp` (custom) from the lines screen (F\LedgerJournalTransCustPaym) and just automatically create multiple transaction lines in the journal? The difference being `Func>Settlement` uses the LedgerJournalTrans record, while you will not. Do I have this right?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload