Options

Generating No.Series When inserting Records from a CodeUnit

ajaybabuChajaybabuCh Member Posts: 208
Hi

I have a Table with the following fields

ID
Which is generated by No.Series Management
Sl No
Component ID
Component Name
Item Name
Frequency etc.,

When I insert records into the above table from a CodeUnit , I can not

generate the No. Series for ID field.

Could you please tell me how to generate No.Series to that field automatically.

Ajay INDIA.
Ajay

Comments

  • Options
    Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Use this function of the forum to find the answer: http://www.mibuso.com/forum/search.php

    Hint: look for no. series or autonumber
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • Options
    POOL_DSFTPOOL_DSFT Member Posts: 7
    Hi,
    simply, you, firstly, insert the new record from the CU as 'tableID.insert(true);' then establish the necessar modifications and remember to allow the modification by taping 'TableID.modify(true);'
Sign In or Register to comment.